From 8ab3fd7000cb3a2a291ddcac16992c2887b61c4e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sun, 24 Jul 2011 17:06:51 +0200 Subject: import curl 7.21.7 from rawhide --- hide_selinux.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 hide_selinux.c (limited to 'hide_selinux.c') diff --git a/hide_selinux.c b/hide_selinux.c new file mode 100644 index 0000000..d34be1a --- /dev/null +++ b/hide_selinux.c @@ -0,0 +1,8 @@ +/* + * make it possible to start a testing OpenSSH server with SELinux + * in the enforcing mode (#521087) + */ +int security_getenforce(void) +{ + return 0; +} -- cgit