diff options
author | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-27 14:27:16 +0200 |
---|---|---|
committer | Isaac Chen <isaacchen@isaacchen.cn> | 2018-07-27 00:00:11 +0000 |
commit | a59e765afb37bea328408bc6ceb9787afbfd3ecf (patch) | |
tree | 0ddb1a34c8f9cf98a12ed2148261f45bb439c9c5 /sepolicy/radio.te | |
parent | 39445a3026aa961bdd372607c2e35168a643b990 (diff) |
wayne: sepolicy: Initial denials
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
Diffstat (limited to 'sepolicy/radio.te')
-rw-r--r-- | sepolicy/radio.te | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sepolicy/radio.te b/sepolicy/radio.te new file mode 100644 index 0000000..4d6fc0f --- /dev/null +++ b/sepolicy/radio.te @@ -0,0 +1,2 @@ +#============= radio ============== +allow radio vendor_file:file { execute getattr open read }; |