diff options
Diffstat (limited to 'sepolicy/location.te')
-rw-r--r-- | sepolicy/location.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/location.te b/sepolicy/location.te index 756bb26..73d1f32 100644 --- a/sepolicy/location.te +++ b/sepolicy/location.te @@ -1 +1,4 @@ allow location permission_service:service_manager find; +allow location diag_device:chr_file { read write }; +allow location diag_device:chr_file open; +allow location diag_device:chr_file ioctl; |