commit | b75f0c69b3c80ab1d80f907de96f1c1a444c171a | [log] [tgz] |
---|---|---|
author | Davide Cavalca <davide125@tiscali.it> | Sat Oct 13 01:26:48 2018 -0700 |
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | Sat Oct 13 17:26:48 2018 +0900 |
tree | c2320b5e58c405c571b9ddd565d52d134501cc6c | |
parent | b4b3649a94fbb8833f946a3dae5c6ee1137cb1a9 [diff] [blame] |
shared: add %g, %G specifiers for group / gid (#10368)
diff --git a/src/tmpfiles/tmpfiles.c b/src/tmpfiles/tmpfiles.c index 1b3cb5f..d7e02c4 100644 --- a/src/tmpfiles/tmpfiles.c +++ b/src/tmpfiles/tmpfiles.c
@@ -174,6 +174,8 @@ { 'H', specifier_host_name, NULL }, { 'v', specifier_kernel_release, NULL }, + { 'g', specifier_group_name, NULL }, + { 'G', specifier_group_id, NULL }, { 'U', specifier_user_id, NULL }, { 'u', specifier_user_name, NULL }, { 'h', specifier_user_home, NULL },