diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-23 17:34:30 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-25 14:03:47 -0400 |
commit | d9c4f21a139e999f25a68ec9742350efe6d1ad06 (patch) | |
tree | ed4e460bf9a44989158651403fcbde13f768bdd0 /src/shared/smack-util.h | |
parent | 538bf2441fa44b423c8bdf9d9c70b021c3f3334f (diff) |
mac: also rename use_{smack,selinux,apparmor}() calls so that they share the new mac_{smack,selinux,apparmor}_xyz() convention
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 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/smack-util.h b/src/shared/smack-util.h index 0ccb1fb87c..6a67728c89 100644 --- a/src/shared/smack-util.h +++ b/src/shared/smack-util.h @@ -26,7 +26,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); |