CentOS/RHEL 6 SELinux permissions.
This commit is contained in:
parent
26e684eb0e
commit
ed74ed6ed2
3 changed files with 27 additions and 0 deletions
14
ext/installfiles/linux/zerotier-one.te
Normal file
14
ext/installfiles/linux/zerotier-one.te
Normal file
|
@ -0,0 +1,14 @@
|
|||
|
||||
module zerotier-one 1.0;
|
||||
|
||||
require {
|
||||
type unconfined_t;
|
||||
type initrc_t;
|
||||
class memprotect mmap_zero;
|
||||
}
|
||||
|
||||
#============= initrc_t ==============
|
||||
allow initrc_t self:memprotect mmap_zero;
|
||||
|
||||
#============= unconfined_t ==============
|
||||
allow unconfined_t self:memprotect mmap_zero;
|
Loading…
Add table
Add a link
Reference in a new issue