diff options
author | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-10-19 21:45:00 +0200 |
---|---|---|
committer | Thomas Hindoe Paaboel Andersen <phomes@gmail.com> | 2015-10-19 21:46:01 +0200 |
commit | b250ea2fd6fe35242a7d161a3b37bb756ae87be0 (patch) | |
tree | 34387fef4499e6e5ea8bd8a30164e1a6d4259d2a /src/core/selinux-access.h | |
parent | c8115977bfb4ffed885d37831db995776dbe6191 (diff) |
tree-wide: remove unused functions
Diffstat (limited to 'src/core/selinux-access.h')
-rw-r--r-- | src/core/selinux-access.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/selinux-access.h b/src/core/selinux-access.h index e6b4dd7fee..30725521cb 100644 --- a/src/core/selinux-access.h +++ b/src/core/selinux-access.h @@ -25,8 +25,6 @@ #include "bus-util.h" #include "manager.h" -void mac_selinux_access_free(void); - int mac_selinux_generic_access_check(sd_bus_message *message, const char *path, const char *permission, sd_bus_error *error); #ifdef HAVE_SELINUX |