From: Michael Mair-Keimberger (asterix) Date: Thu, 2 Feb 2017 18:35:01 +0000 (+0100) Subject: sec-policy/selinux-base-policy: remove unused files X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8b23b3d25168d7c124a9cbf91bbd494132f06ee4;p=gentoo.git sec-policy/selinux-base-policy: remove unused files Closes: https://github.com/gentoo/gentoo/pull/3781 --- diff --git a/sec-policy/selinux-base-policy/files/config b/sec-policy/selinux-base-policy/files/config deleted file mode 100644 index 55933ea0e534..000000000000 --- a/sec-policy/selinux-base-policy/files/config +++ /dev/null @@ -1,15 +0,0 @@ -# This file controls the state of SELinux on the system on boot. - -# SELINUX can take one of these three values: -# enforcing - SELinux security policy is enforced. -# permissive - SELinux prints warnings instead of enforcing. -# disabled - No SELinux policy is loaded. -SELINUX=permissive - -# SELINUXTYPE can take one of these four values: -# targeted - Only targeted network daemons are protected. -# strict - Full SELinux protection. -# mls - Full SELinux protection with Multi-Level Security -# mcs - Full SELinux protection with Multi-Category Security -# (mls, but only one sensitivity level) -SELINUXTYPE=strict diff --git a/sec-policy/selinux-base-policy/files/modules.conf b/sec-policy/selinux-base-policy/files/modules.conf deleted file mode 100644 index 47535f6b3813..000000000000 --- a/sec-policy/selinux-base-policy/files/modules.conf +++ /dev/null @@ -1,50 +0,0 @@ -application = base -authlogin = base -bootloader = base -clock = base -consoletype = base -corecommands = base -corenetwork = base -cron = base -devices = base -dmesg = base -domain = base -files = base -filesystem = base -fstools = base -getty = base -hostname = base -hotplug = base -init = base -iptables = base -kernel = base -libraries = base -locallogin = base -logging = base -lvm = base -miscfiles = base -mcs = base -mls = base -modutils = base -mount = base -mta = base -netutils = base -nscd = base -portage = base -raid = base -rsync = base -selinux = base -selinuxutil = base -ssh = base -staff = base -storage = base -su = base -sysadm = base -sysnetwork = base -terminal = base -ubac = base -udev = base -userdomain = base -usermanage = base -unprivuser = base -xdg = base