update selinux-server-custom; add selinux-desktop-custom
This commit is contained in:
14
sec-policy/selinux-desktop-custom/files/desktop-custom.te
Normal file
14
sec-policy/selinux-desktop-custom/files/desktop-custom.te
Normal file
@@ -0,0 +1,14 @@
|
||||
policy_module(desktop-custom, 1.0.1)
|
||||
|
||||
gen_require(`
|
||||
type portage_t, portage_ebuild_t, cert_t;
|
||||
')
|
||||
|
||||
####### Policy
|
||||
|
||||
#============= portage_t ==============
|
||||
corenet_udp_bind_generic_node(portage_t)
|
||||
kernel_mounton_proc(portage_t)
|
||||
kernel_mount_proc(portage_t)
|
||||
allow portage_t portage_ebuild_t:file map;
|
||||
allow portage_t cert_t:file map;
|
||||
Reference in New Issue
Block a user