This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-zerotierone/ext/installfiles/linux/zerotier-one.te

15 lines
276 B
Plaintext
Raw Normal View History

2022-02-16 12:56:17 -05:00
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;