From 66b6d9d5b5b13a97c9f275aed0d9fe5608495be9 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Thu, 23 Oct 2014 17:23:45 +0900 Subject: label: rearrange mandatory access control(MAC) apis move label apis to selinux-util.ch or smack-util.ch appropriately. --- src/shared/smack-util.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/smack-util.h') 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); -- cgit v1.2.3-54-g00ecf