chiark / gitweb /
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new...
[elogind.git] / src / shared / smack-util.h
index 91b141ad7d5632e1223577f6bb3efbfce1ad15d2..50cb79a728b6ac86265f732da8e3b63450f66583 100644 (file)
@@ -28,7 +28,7 @@
 #define SMACK_FLOOR_LABEL "_"
 #define SMACK_STAR_LABEL  "*"
 
-bool use_smack(void);
+bool mac_smack_use(void);
 
 int mac_smack_set_path(const char *path, const char *label);
 int mac_smack_set_fd(int fd, const char *label);