We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d09bfbf commit a0c3bf0Copy full SHA for a0c3bf0
contrib/selinux/laurel.te
@@ -38,7 +38,7 @@ allow laurel_t laurel_exec_t:file execute_no_trans;
38
# Set permissions at initialization time
39
allow laurel_t self:capability { chown fowner fsetid setuid setgid };
40
# Inspect process environments, override UNIX read permissions
41
-allow laurel_t self:capability { sys_ptrace dac_read_search };
+allow laurel_t self:{ capability cap_userns } { sys_ptrace dac_read_search };
42
43
# Write to Syslog
44
logging_send_syslog_msg(laurel_t)
0 commit comments