docs: add note about CLONE_NEWCGROUP support

The patch has been planned for weeks and now the kernel part is
already in Linus' tree. It's a new feature, but it's probably better
to merge the userspace stuff now (v2.28 rc1) than wait next 6 months
for the next util-linux release.

Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Karel Zak 2016-03-21 21:13:25 +01:00
parent ca8c69a9f2
commit 9e24b917f2
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ The command lsblk allows to sort output by unprinted columns (e.g. lsblk
The command mount applies the nofail mount option to ENOMEDIUM errors. The command mount applies the nofail mount option to ENOMEDIUM errors.
The commands nsenter and unshare support a new option --cgroup for work with
cgroups namespaces (CLONE_NEWCGROUP).
The library libmount has been improved to properly detect already mounted btrfs The library libmount has been improved to properly detect already mounted btrfs
subvolumes. subvolumes.