diff options
Diffstat (limited to 'selinux/zygote.te')
| -rw-r--r-- | selinux/zygote.te | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/selinux/zygote.te b/selinux/zygote.te new file mode 100644 index 0000000..d25d524 --- /dev/null +++ b/selinux/zygote.te @@ -0,0 +1,3 @@ +allow zygote shell_data_file:dir search; +allow zygote devpts:chr_file { read write }; +allow zygote init_shell:process { sigchld }; |
