mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-21 13:57:49 +00:00
15 lines
276 B
Plaintext
15 lines
276 B
Plaintext
|
|
||
|
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;
|