aboutsummaryrefslogtreecommitdiff
path: root/src/rc/rc-selinux.h
diff options
context:
space:
mode:
authorJason Zaman <jason@perfinion.com>2014-07-17 00:46:25 +0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2014-07-16 17:59:25 -0500
commit89907b60bac51db2cda1afe4555676577ef498a8 (patch)
treef687f95517cdd7fe7c6f9e6eeb8c62eafcc27f27 /src/rc/rc-selinux.h
parenta94a9740d545817294cc431180db0f22fc923b13 (diff)
move the selinux_setup function into rc-selinux
X-Gentoo-Bug: 516956 X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=516956
Diffstat (limited to 'src/rc/rc-selinux.h')
-rw-r--r--src/rc/rc-selinux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/rc-selinux.h b/src/rc/rc-selinux.h
index 69624b39..8cf73b05 100644
--- a/src/rc/rc-selinux.h
+++ b/src/rc/rc-selinux.h
@@ -30,4 +30,6 @@ int selinux_util_open(void);
int selinux_util_label(const char *path);
int selinux_util_close(void);
+void selinux_setup(int argc, char **argv);
+
#endif