diff options
author | WaLyong Cho <walyong.cho@samsung.com> | 2014-10-25 13:28:03 -0400 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-25 13:28:03 -0400 |
commit | 1b6c7e7255cf5d03d049f63dfdea24f6f64328d1 (patch) | |
tree | 610cdafe2c6e04fe7af8d8211d728d9ced85b98e /src/shared/smack-util.h | |
parent | a79876e097b87ede8c75301a99e4cd964b83a933 (diff) |
label: rearrange mandatory access control(MAC) apis
move label apis to selinux-util.ch or smack-util.ch appropriately.
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
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 5e555def2b..5b3d9a27a7 100644 --- a/src/shared/smack-util.h +++ b/src/shared/smack-util.h @@ -32,3 +32,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); |