diff --git a/modules-targeted-contrib.conf b/modules-targeted-contrib.conf index b1dda6b0..46975d6a 100644 --- a/modules-targeted-contrib.conf +++ b/modules-targeted-contrib.conf @@ -2488,3 +2488,10 @@ mon_statd = module # openstack-cinder policy # cinder = module + +# Layer: contrib +# Module: linuxptp +# +# linuxptp policy +# +linuxptp = module diff --git a/permissivedomains.pp b/permissivedomains.pp index 0f0d1e6c..52c87f94 100644 Binary files a/permissivedomains.pp and b/permissivedomains.pp differ diff --git a/permissivedomains.te b/permissivedomains.te index d5814fe4..4aebc1f8 100644 --- a/permissivedomains.te +++ b/permissivedomains.te @@ -83,3 +83,14 @@ optional_policy(` ') permissive mon_procd_t; ') + +optional_policy(` + gen_require(` + type timemaster_t; + type phc2sys_t; + type ptp4l_t; + ') + permissive timemaster_t; + permissive phc2sys_t; + permissive ptp4l_t; +')