source code open - smack
[framework/security/smack.git] / utils / common.h
index 366ba9b..fa12f24 100644 (file)
@@ -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