Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow systemd-journald to be started with NoNewPrivileges=yes
Starting with systemd commit cd10ab613b2198, many services including systemd-journald are started with NoNewPrivileges=yes, but that breaks unless the SELinux policy allows for it. It turns out this wasn't yet allowed for systemd-journald, which runs under the syslogd_t SELinux type. Fix that by calling init_nnp_daemon_domain(syslogd_t). Tested by rebuilding selinux-policy on Rawhide and booting the system with systemd from master and SELinux enabled.
- Loading branch information