diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/cpboot-daemon.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/cpboot-daemon.te b/sepolicy/cpboot-daemon.te index 6e38177..1f43673 100644 --- a/sepolicy/cpboot-daemon.te +++ b/sepolicy/cpboot-daemon.te @@ -1 +1,4 @@ type cpboot-daemon, domain; +type cpboot-daemon_exec, exec_type, file_type; + +init_daemon_domain(cpboot-daemon); |