diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-10-23 18:34:58 +0200 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2014-10-25 18:34:28 -0400 |
commit | 7ede4612365f6420a3aad963d0d8bb7bd390344d (patch) | |
tree | 81943a1c2bf39e396fb2bd70ab2529a2504212a9 /src/shared/smack-util.h | |
parent | c649be35f12331321ef2e5da522d91baa9a77550 (diff) |
smack: rework SMACK label fixing code to follow more closely the semantics of the matching selinux code
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 8b9556dce6..da92502928 100644 --- a/src/shared/smack-util.h +++ b/src/shared/smack-util.h @@ -28,7 +28,7 @@ bool mac_smack_use(void); -int mac_smack_fix(const char *path); +int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs); int mac_smack_apply(const char *path, const char *label); int mac_smack_apply_fd(int fd, const char *label); |