X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=utils%2Fcommon.h;h=fa12f2498a45a8e1c6079d0cb9501cf360f6c55c;hb=HEAD;hp=366ba9b1ccf756f4e365270c8c13c50447ae4476;hpb=9cd4ac8f2997612fe2557f1bef1bbd0fd1e408bf;p=framework%2Fsecurity%2Fsmack.git diff --git a/utils/common.h b/utils/common.h index 366ba9b..fa12f24 100644 --- a/utils/common.h +++ b/utils/common.h @@ -25,7 +25,6 @@ #ifndef COMMON_H #define COMMON_H -#define LABEL_LEN 23 #define SMACKFS_MNT "/smack" #define ACCESSES_D_PATH "/etc/smack/accesses.d" #define CIPSO_D_PATH "/etc/smack/cipso.d" @@ -35,5 +34,6 @@ int is_smackfs_mounted(void); int apply_rules(const char *path, int clear); int apply_cipso(const char *path); int apply_rules_file(int fd, int clear); +int apply_cipso_file(int fd); #endif // COMMON_H