diff options
author | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-01 12:09:34 +0100 |
---|---|---|
committer | Martin Pitt <martin.pitt@ubuntu.com> | 2016-02-01 12:16:24 +0100 |
commit | 61f32bff6130a44d077886d38cff89ad161bf177 (patch) | |
tree | 9efa6a8646bef7c8644353c53f72237af14ec728 /sysusers.d | |
parent | f3ade27e68e76e068a7d81ed52d6893318e1d1ec (diff) | |
download | systemd-61f32bff6130a44d077886d38cff89ad161bf177.tar.gz |
tmpfiles: drop /run/lock/lockdev
Hardly any software uses that any more, and better locking mechanisms like
flock() have been available for many years.
Also drop the corresponding "lock" group from sysusers.d/basic.conf.in, as
nothing else is using this.
Diffstat (limited to 'sysusers.d')
-rw-r--r-- | sysusers.d/basic.conf.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sysusers.d/basic.conf.in b/sysusers.d/basic.conf.in index 823d6cb200..b2dc5ebd4f 100644 --- a/sysusers.d/basic.conf.in +++ b/sysusers.d/basic.conf.in @@ -19,7 +19,6 @@ g wheel - - - # Access to certain kernel and userspace facilities g kmem - - - -g lock - - - g tty @TTY_GID@ - - g utmp - - - |