Skip to content

Commit 4c27260

Browse files
committed
fapolicyd-hardening: do not block sigkill
SIGKILL does not cause the system hang. SIGKILL can't be blocked or ignored by fapolicyd. Also SIGKILL is used by systemd to forcibly terminate service when they don't stop after timeout. Signed-off-by: Petr Lautrbach <lautrbach@redhat.com>
1 parent 39acf75 commit 4c27260

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fapolicyd-hardening.cil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
(optional fapolicyd_hardening_optional
22
(typeattributeset cil_gen_require fapolicyd_t)
3-
(deny domain fapolicyd_t ( process ( ptrace sigkill sigstop ) ) )
3+
(deny domain fapolicyd_t ( process ( ptrace sigstop ) ) )
44
)

0 commit comments

Comments
 (0)