diff options
author | Kay Sievers <kay@vrfy.org> | 2014-03-11 20:41:12 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2014-03-11 20:41:12 +0100 |
commit | 4ef6e535e30c67d4ff34b2ca785e555dbaeac14e (patch) | |
tree | 5ea72687fe5143fbeaa0c10f8218373df3dd4e0b | |
parent | 6bf6f402b67b51d55765cbf3d1c7cb707a346969 (diff) |
NEWS: update
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -26,7 +26,7 @@ CHANGES WITH 211: settings DefaultCPUAccounting=, DefaultBlockIOAccounting=, DefaultMemoryAccounting= to globally turn on/off accounting for specific resources (cgroups) for all units. These - sittings may still be overriden individually in each unit + sittings may still be overridden individually in each unit though. * systemd-gpt-auto-generator is now able to discover /srv and @@ -69,7 +69,7 @@ CHANGES WITH 211: * The $XDG_RUNTIME_DIR runtime directories for each user are now individual tmpfs instances, which has the benefit of introducing separate pools for each user, with individual - size limits, and thus making sure that unpriviliged clients + size limits, and thus making sure that unprivileged clients can no longer negatively impact the system or other users by filling up their $XDG_RUNTIME_DIR. A new logind.conf setting RuntimeDirectorySize= has been introduced that allows @@ -77,7 +77,7 @@ CHANGES WITH 211: defaults to 10% of the available physical memory. This is no replacement for quotas on tmpfs though (which the kernel still does not support), as /dev/shm and /tmp are still - shared resources used by both the system and unpriviliged + shared resources used by both the system and unprivileged users. * logind will now automatically turn off automatic suspending @@ -94,7 +94,7 @@ CHANGES WITH 211: suspend/resume cycle, and 3min after system boot before suspending the system due to a closed laptop lid. This should give USB docking stations and similar enough time to - be probed and configured after system resume and bood in + be probed and configured after system resume and boot in order to then act as suspend blocker. * systemd-run gained a new --property= setting which allows |