Added support for linuxptp policy.
This commit is contained in:
parent
ba65f59092
commit
bfb6adef8b
@ -2488,3 +2488,10 @@ mon_statd = module
|
||||
# openstack-cinder policy
|
||||
#
|
||||
cinder = module
|
||||
|
||||
# Layer: contrib
|
||||
# Module: linuxptp
|
||||
#
|
||||
# linuxptp policy
|
||||
#
|
||||
linuxptp = module
|
||||
|
Binary file not shown.
@ -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;
|
||||
')
|
||||
|
Loading…
Reference in New Issue
Block a user