add SELinux module
This commit is contained in:
parent
3a0844badb
commit
534632edcc
10
experimental/selinux/fenrir.te
Normal file
10
experimental/selinux/fenrir.te
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
module fenrir 1.0;
|
||||||
|
|
||||||
|
require {
|
||||||
|
type user_home_t;
|
||||||
|
type init_t;
|
||||||
|
class file { execute execute_no_trans open read };
|
||||||
|
}
|
||||||
|
|
||||||
|
#============= init_t ==============
|
||||||
|
allow init_t user_home_t:file { execute execute_no_trans open read };
|
Loading…
Reference in New Issue
Block a user