summaryrefslogtreecommitdiffstats
path: root/rules/libsepol.in
blob: 4ac0876107e8ea7b508bd007d30914d759db6167 (plain)
1
2
3
4
5
6
7
8
9
10
## SECTION=selinux

config LIBSEPOL
	tristate
	prompt "libsepol"
	help
	  libsepol provides an API for the manipulation of SELinux binary policies.
	  It is used by checkpolicy (the policy compiler) and similar tools, as well
	  as by programs like load_policy that need to perform specific transformations
	  on binary policies such as customizing policy boolean settings.