diff options
Diffstat (limited to 'sepolicy/shell.te')
-rw-r--r-- | sepolicy/shell.te | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sepolicy/shell.te b/sepolicy/shell.te index c431c5a..7fea463 100644 --- a/sepolicy/shell.te +++ b/sepolicy/shell.te @@ -1,3 +1,4 @@ allow shell rfs_system_file:dir getattr; +allow shell proc_stat:file read; allow shell su_exec:file getattr; |