From: Lucas Werkmeister Date: Fri, 9 Feb 2018 02:05:49 +0000 (+0100) Subject: man: fix capability name in man:systemd-tmpfiles(8) (#8139) X-Git-Tag: v238~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c84514d07ff2aec5767f8fd23c5fcfb6c2dd45d;p=thirdparty%2Fsystemd.git man: fix capability name in man:systemd-tmpfiles(8) (#8139) CAP_ADMIN does not exist (the closest existing capability name would be CAP_SYS_ADMIN), and according to man:open(2) and man:capabilities(7), the capability required to specify O_NOATIME is actually CAP_FOWNER. --- diff --git a/man/systemd-tmpfiles.xml b/man/systemd-tmpfiles.xml index 85cb89dc468..a6ae5e4f979 100644 --- a/man/systemd-tmpfiles.xml +++ b/man/systemd-tmpfiles.xml @@ -215,7 +215,7 @@ systemd-tmpfiles tries to avoid changing the access and modification times on the directories it accesses, - which requires CAP_ADMIN privileges. When + which requires CAP_FOWNER privileges. When running as non-root, directories which are checked for files to clean up will have their access time bumped, which might prevent their cleanup.