Skip to content

Commit 7533130

Browse files
jsegitzwilliamcroberts
authored andcommitted
selinux: call init_nnp_daemon_domain for domain to allow for systemd
hardenings to be applied to the daemon
1 parent 19dce19 commit 7533130

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

selinux/tabrmd.te

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ gen_tunable(`tabrmd_connect_all_unreserved', false)
99

1010
type tabrmd_t;
1111
type tabrmd_exec_t;
12-
init_daemon_domain(tabrmd_t, tabrmd_exec_t)
12+
init_nnp_daemon_domain(tabrmd_t, tabrmd_exec_t)
1313

1414
allow tabrmd_t self:unix_dgram_socket { create_socket_perms };
1515

0 commit comments

Comments
 (0)