diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-07 12:41:01 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-06-07 12:41:01 -0500 |
commit | ffa74433958c38d1503a5d3808086862125eb581 (patch) | |
tree | 95743b5ae6e296c942477a71a8e5d3ef28361674 /NEWS.md | |
parent | 6c773fb4d0ecc681d6456583c62bdb153dd4c3d5 (diff) |
update news
Diffstat (limited to 'NEWS.md')
-rw-r--r-- | NEWS.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -8,6 +8,29 @@ the information in this file is in reverse order. The old make-based build system is removed in this release. +The killprocs service now has a KILL_DELAY setting to allow OpenRC based +containers to close all TCP/IP connections before they are shut down. + +The --oom-score-adj option has been added to start-stop-daemon and +supervise-daemon. This sets the appropriate setting for the Linux +kernel. for more info, see the man pages. + +Support for Linux capabilities has been added to both supervise-daemon +and start-stop-daemon using the --capabilities option. +As a result, the user can specify the inheritable, ambient and bounding set +by defining capabilities in the service script. + +noexec has been added to the default mount options for /dev. If you need +to remove this option, add an entry to fstab. + +A --secbits option has been added to start-stop-daemon and +supervise-daemon. This sets the security bits option which should be +applied to the daemon. + +A no-new-privs option has been added to start-stop-daemon and +supervise-daemon. This sets the NO_NEW_PRIVS flag to apply to the +daemon. + ## OpenRC 0.44 This version is the first to use a meson-based build system. |