summaryrefslogtreecommitdiff
path: root/src/basic/smack-util.c
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-01-03 11:22:56 +0100
committerSven Eden <yamakuzure@gmx.net>2017-03-14 10:18:46 +0100
commit5db0e7adf018c82dd63cd21d31dd313dff5561af (patch)
tree93cc7298b8dfab71966ded0470bf11fbcffe1c29 /src/basic/smack-util.c
parent390fb58fd380304b6a3c185ee076a8dbc87a07fe (diff)
Prep v224: Major cleanup of unneeded functions and some source files.
Diffstat (limited to 'src/basic/smack-util.c')
-rw-r--r--src/basic/smack-util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/basic/smack-util.c b/src/basic/smack-util.c
index 047aa294f..c09609022 100644
--- a/src/basic/smack-util.c
+++ b/src/basic/smack-util.c
@@ -65,6 +65,8 @@ int mac_smack_apply(const char *path, const char *label) {
return r;
}
+/// UNNEEDED by elogind
+#if 0
int mac_smack_apply_fd(int fd, const char *label) {
int r = 0;
@@ -146,6 +148,7 @@ int mac_smack_apply_pid(pid_t pid, const char *label) {
return r;
}
+#endif // 0
int mac_smack_fix(const char *path, bool ignore_enoent, bool ignore_erofs) {