diff options
Diffstat (limited to 'sepolicy/ims.te')
-rw-r--r-- | sepolicy/ims.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/ims.te b/sepolicy/ims.te index 472504a..13f3f51 100644 --- a/sepolicy/ims.te +++ b/sepolicy/ims.te @@ -1,3 +1,6 @@ allow ims diag_prop:property_service set; allow ims self:capability net_raw; get_prop(ims, diag_prop); +allow ims diag_device:chr_file { read write }; +allow ims diag_device:chr_file open; +allow ims diag_device:chr_file ioctl; |