diff options
-rw-r--r-- | sepolicy/location.te | 1 | ||||
-rw-r--r-- | sepolicy/peripheral_manager.te | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index edbedb7..756bb26 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1,2 +1 @@ allow location permission_service:service_manager find; -allow location self:capability net_raw; diff --git a/sepolicy/peripheral_manager.te b/sepolicy/peripheral_manager.te deleted file mode 100644 index 6d75682..0000000 --- a/sepolicy/peripheral_manager.te +++ /dev/null @@ -1 +0,0 @@ -allow per_mgr self:capability net_raw; |