diff options
author | Bruno Martins <bgcngm@gmail.com> | 2017-02-15 08:54:07 +0000 |
---|---|---|
committer | davidevinavil <davidevinavil@gmail.com> | 2017-04-07 13:16:07 +0200 |
commit | cb170c0f7a7a87d60890b16bd4e7555eae6ce977 (patch) | |
tree | cbc05f9e404d7f829a3a31f0a422e1e6e3038a93 | |
parent | 41ccce0ecfd45e1d64eed47b8ca150aab9371490 (diff) |
sepolicy: Fix rmt_storage and rfs_access policies
* New denials appearing after CAF rebase
Change-Id: I3693514a9301df9994939437261acdfb2ad40ce3
Diffstat (limited to '')
-rw-r--r-- | sepolicy/rfs_access.te | 1 | ||||
-rw-r--r-- | sepolicy/rmt_storage.te | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/sepolicy/rfs_access.te b/sepolicy/rfs_access.te new file mode 100644 index 0000000..f4264c9 --- /dev/null +++ b/sepolicy/rfs_access.te @@ -0,0 +1 @@ +allow rfs_access self:capability net_raw; diff --git a/sepolicy/rmt_storage.te b/sepolicy/rmt_storage.te index f082cae..a89459d 100644 --- a/sepolicy/rmt_storage.te +++ b/sepolicy/rmt_storage.te @@ -1 +1 @@ -allow rmt_storage debugfs_rmts:file rw_file_perms; +allow rmt_storage self:capability net_raw; |