From f8eeeaf9b783ebbab30672629abf3920db286811 Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sat, 17 Jan 2015 23:27:39 -0500 Subject: tmpfiles: add 'a' type to set ACLs --- man/tmpfiles.d.xml | 32 +++++++++++++++++++++++--------- 1 file changed, 23 insertions(+), 9 deletions(-) (limited to 'man') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 8d806a41ea..7c1ef42c20 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -292,6 +292,13 @@ path. This can be useful for setting SMACK labels. + + + a + Set POSIX ACLs (access control lists) on the + specified path. This can be useful for allowing aditional + access to certain files. + If the exclamation mark is used, this line is only safe of @@ -374,8 +381,8 @@ if omitted or when set to -, the file access mode will not be modified. This parameter is ignored for x, r, - R, L, t - lines. + R, L, t, + and a lines. Optionally, if prefixed with ~, the access mode is masked based on the already set access bits for @@ -397,11 +404,12 @@ may either be a numeric user/group ID or a user or group name. If omitted or when set to -, the default 0 (root) is used. For z, - Z lines, when omitted or when set to -, the - file ownership will not be modified. These parameters are - ignored for x, r, - R, L, t - lines. + Z lines, when omitted or when set to + -, the file ownership will not be + modified. These parameters are ignored for x, + r, R, + L, t, and + a lines. @@ -458,7 +466,8 @@ is written to the file, suffixed by a newline. For C, specifies the source file or directory. For t determines extended - attributes to be set. Ignored for all other lines. + attributes to be set. For a determines + ACL attributes to be set. Ignored for all other lines. @@ -489,7 +498,12 @@ systemd1, systemd-tmpfiles8, systemd-delta1, - systemd.exec5 + systemd.exec5, + attr5, + getfattr1, + setfattr1, + setfacl1, + getfacl1 -- cgit v1.2.3-54-g00ecf