summaryrefslogtreecommitdiff
path: root/src/basic/smack-util.h
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.h
parent390fb58fd380304b6a3c185ee076a8dbc87a07fe (diff)
Prep v224: Major cleanup of unneeded functions and some source files.
Diffstat (limited to 'src/basic/smack-util.h')
-rw-r--r--src/basic/smack-util.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/basic/smack-util.h b/src/basic/smack-util.h
index 50f55b1f4..6472f8666 100644
--- a/src/basic/smack-util.h
+++ b/src/basic/smack-util.h
@@ -30,7 +30,7 @@ bool mac_smack_use(void);
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);
-int mac_smack_apply_pid(pid_t pid, const char *label);
-int mac_smack_apply_ip_in_fd(int fd, const char *label);
-int mac_smack_apply_ip_out_fd(int fd, const char *label);
+// UNNEEDED int mac_smack_apply_fd(int fd, const char *label);
+// UNNEEDED int mac_smack_apply_pid(pid_t pid, const char *label);
+// UNNEEDED int mac_smack_apply_ip_in_fd(int fd, const char *label);
+// UNNEEDED int mac_smack_apply_ip_out_fd(int fd, const char *label);