mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
NEWS: add note about NNP=yes
This commit is contained in:
parent
64d7f7b4a1
commit
e68a35a78d
7
NEWS
7
NEWS
@ -2,6 +2,13 @@ systemd System and Service Manager
|
|||||||
|
|
||||||
CHANGES WITH 240 in spe:
|
CHANGES WITH 240 in spe:
|
||||||
|
|
||||||
|
* NoNewPrivileges=yes has been set for all long-running services
|
||||||
|
implemented by systemd. Previously, this was problematic due to
|
||||||
|
SELinux (as this would also prohibit the transition from PID1's label
|
||||||
|
to the service's label). This restriction has since been lifted, but
|
||||||
|
an SELinux policy update is required.
|
||||||
|
(See e.g. https://github.com/fedora-selinux/selinux-policy/pull/234.)
|
||||||
|
|
||||||
* A new service type has been added: Type=exec. It's very similar to
|
* A new service type has been added: Type=exec. It's very similar to
|
||||||
Type=simple but ensures the service manager will wait for both fork()
|
Type=simple but ensures the service manager will wait for both fork()
|
||||||
and execve() of the main service binary to complete before proceeding
|
and execve() of the main service binary to complete before proceeding
|
||||||
|
Loading…
Reference in New Issue
Block a user