diff options
author | Jason Zaman <jason@perfinion.com> | 2014-10-30 10:22:02 +0800 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2014-11-03 09:31:25 -0600 |
commit | 1932360adca3f9fe9b47bcfad7b8bd5efbd33bee (patch) | |
tree | 48a6bcb311746736976c0650cf49ac567aaf42ae /src/rc/rc-selinux.h | |
parent | be952bebb3647069fb93b9791ee3439698f697ca (diff) |
Integrate the functionality from runscript_selinux.so
runscript used to dlopen() runscript_selinux.so. This adds equivalent
functionality directly in to runscript instead. It authenticates with
either PAM or shadow and optionally has a dep on audit.
X-Gentoo-Bug: 517450
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=517450
Diffstat (limited to 'src/rc/rc-selinux.h')
-rw-r--r-- | src/rc/rc-selinux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rc/rc-selinux.h b/src/rc/rc-selinux.h index 8cf73b05..e28f3339 100644 --- a/src/rc/rc-selinux.h +++ b/src/rc/rc-selinux.h @@ -30,6 +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); +void selinux_setup(char **argv); #endif |