diff options
author | WaLyong Cho <walyong.cho@samsung.com> | 2014-10-23 17:23:45 +0900 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-10-23 17:10:05 +0200 |
commit | 66b6d9d5b5b13a97c9f275aed0d9fe5608495be9 (patch) | |
tree | 209b0f3122dffa9c8985aa4e2ed1c45d83bb6849 /src/shared/smack-util.h | |
parent | 99a1ab10b05251220ff94a867f198b9302afe346 (diff) |
label: rearrange mandatory access control(MAC) apis
move label apis to selinux-util.ch or smack-util.ch appropriately.
Diffstat (limited to 'src/shared/smack-util.h')
-rw-r--r-- | src/shared/smack-util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/smack-util.h b/src/shared/smack-util.h index 7370ae32b3..87d64346ba 100644 --- a/src/shared/smack-util.h +++ b/src/shared/smack-util.h @@ -34,3 +34,4 @@ int smack_label_path(const char *path, const char *label); int smack_label_fd(int fd, const char *label); int smack_label_ip_in_fd(int fd, const char *label); int smack_label_ip_out_fd(int fd, const char *label); +int smack_relabel_in_dev(const char *path); |