Skip to content

Commit

Permalink
selinux: call init_nnp_daemon_domain for domain to allow for systemd
Browse files Browse the repository at this point in the history
hardenings to be applied to the daemon
  • Loading branch information
jsegitz authored and williamcroberts committed Nov 20, 2024
1 parent 19dce19 commit 7533130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion selinux/tabrmd.te
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gen_tunable(`tabrmd_connect_all_unreserved', false)

type tabrmd_t;
type tabrmd_exec_t;
init_daemon_domain(tabrmd_t, tabrmd_exec_t)
init_nnp_daemon_domain(tabrmd_t, tabrmd_exec_t)

allow tabrmd_t self:unix_dgram_socket { create_socket_perms };

Expand Down

0 comments on commit 7533130

Please sign in to comment.