We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56fe16a commit 4b384f0Copy full SHA for 4b384f0
container.te
@@ -1544,3 +1544,8 @@ allow container_domain fusefs_t:file { append create entrypoint execmod execute
1544
corecmd_entrypoint_all_executables(container_kvm_t)
1545
allow svirt_sandbox_domain exec_type:file { entrypoint execute execute_no_trans getattr ioctl lock map open read };
1546
allow svirt_sandbox_domain mountpoint:file entrypoint;
1547
+
1548
+tunable_policy(`deny_ptrace',`',`
1549
+ allow container_domain self:process ptrace;
1550
+ allow spc_t self:process ptrace;
1551
+')
0 commit comments