diff options
-rw-r--r-- | sepolicy/shell.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sepolicy/shell.te b/sepolicy/shell.te new file mode 100644 index 0000000..c431c5a --- /dev/null +++ b/sepolicy/shell.te @@ -0,0 +1,3 @@ +allow shell rfs_system_file:dir getattr; +allow shell su_exec:file getattr; + |