diff options
Diffstat (limited to 'sepolicy')
-rw-r--r-- | sepolicy/cnd.te | 2 | ||||
-rw-r--r-- | sepolicy/hwservice.te | 1 | ||||
-rw-r--r-- | sepolicy/hwservice_contexts | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sepolicy/cnd.te b/sepolicy/cnd.te index c5bb09e..9589b02 100644 --- a/sepolicy/cnd.te +++ b/sepolicy/cnd.te @@ -1,3 +1 @@ allow cnd system_data_file:file { getattr ioctl read }; - -add_hwservice(cnd, hal_cne_hwservice) diff --git a/sepolicy/hwservice.te b/sepolicy/hwservice.te deleted file mode 100644 index 2b74a92..0000000 --- a/sepolicy/hwservice.te +++ /dev/null @@ -1 +0,0 @@ -type hal_cne_hwservice, hwservice_manager_type; diff --git a/sepolicy/hwservice_contexts b/sepolicy/hwservice_contexts deleted file mode 100644 index 3dbdf29..0000000 --- a/sepolicy/hwservice_contexts +++ /dev/null @@ -1,2 +0,0 @@ -com.quicinc.cne.api::IApiService u:object_r:hal_cne_hwservice:s0 -com.quicinc.cne.server::IServer u:object_r:hal_cne_hwservice:s0 |