linux-stable/scripts/selinux
Stephen Smalley 339949be25 scripts/selinux,selinux: update mdp to enable policy capabilities
Presently mdp does not enable any SELinux policy capabilities
in the dummy policy it generates. Thus, policies derived from
it will by default lack various features commonly used in modern
policies such as open permission, extended socket classes, network
peer controls, etc.  Split the policy capability definitions out into
their own headers so that we can include them into mdp without pulling in
other kernel headers and extend mdp generate policycap statements for the
policy capabilities known to the kernel.  Policy authors may wish to
selectively remove some of these from the generated policy.

Signed-off-by: Stephen Smalley <stephen.smalley.work@gmail.com>
Signed-off-by: Paul Moore <paul@paul-moore.com>
2020-08-17 20:42:00 -04:00
..
genheaders kbuild: introduce hostprogs-always-y and userprogs-always-y 2020-08-10 01:32:59 +09:00
mdp scripts/selinux,selinux: update mdp to enable policy capabilities 2020-08-17 20:42:00 -04:00
Makefile treewide: Add SPDX license identifier - Makefile/Kconfig 2019-05-21 10:50:46 +02:00
README doc: ReSTify SELinux.txt 2017-05-18 10:31:30 -06:00
install_policy.sh scripts/selinux: modernize mdp 2019-03-18 18:38:28 -04:00

README

Please see Documentation/admin-guide/LSM/SELinux.rst for information on
installing a dummy SELinux policy.