diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-06-12 23:22:27 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-06-12 23:22:27 +0200 |
commit | f8b5d99408e016ecb3d9bcffcee8c65ef6bc26f6 (patch) | |
tree | e73178a8d73b8f2a6768b5fcbdc64c9f62cfd944 /sysusers.d | |
parent | 7ec9fb4be987164b1622a4de2c6c96c52bd87b35 (diff) |
sysuser: generate default snippet incorporating TTY_GID properly
When the user specifies --with-tty-gid= then we should honour that and
write it to the snippet, too.
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/systemd.conf.in (renamed from sysusers.d/systemd.conf) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysusers.d/systemd.conf b/sysusers.d/systemd.conf.in index 76d6a373f1..b34a8071aa 100644 --- a/sysusers.d/systemd.conf +++ b/sysusers.d/systemd.conf.in @@ -20,7 +20,7 @@ g wheel - - # Access to certain kernel and userspace facilities g kmem - - g lock - - -g tty 5 - +g tty @TTY_GID@ - g utmp - - # Hardware access groups |