CentOS/RHEL 6 SELinux permissions.

This commit is contained in:
Adam Ierymenko 2022-02-16 12:56:17 -05:00
parent 26e684eb0e
commit ed74ed6ed2
No known key found for this signature in database
GPG key ID: C8877CF2D7A5D7F3
3 changed files with 27 additions and 0 deletions

View 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;