From 89907b60bac51db2cda1afe4555676577ef498a8 Mon Sep 17 00:00:00 2001 From: Jason Zaman Date: Thu, 17 Jul 2014 00:46:25 +0400 Subject: 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 --- src/rc/rc-selinux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/rc/rc-selinux.h') 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 -- cgit v1.2.3