]> git.ipfire.org Git - thirdparty/systemd.git/commit
login: move src/login/logind-acl.[ch] -> src/shared/devnode-acl.[ch]
authorYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 31 Dec 2020 19:48:44 +0000 (04:48 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 18 Jan 2021 22:04:19 +0000 (07:04 +0900)
commit0f46548deb5d409a516c83c40f75e5c0edff1e3e
tree369fedc2f17f42af74dc258a9839e90d3b600af3
parent100fd93f550d0531d2060d9968e4a2cff8a04501
login: move src/login/logind-acl.[ch] -> src/shared/devnode-acl.[ch]

The files are used by logind and udevd. And the functions in the files
are not specific to logind, and quite general enough to move to
libshared.
src/login/logind-seat.c
src/login/meson.build
src/shared/devnode-acl.c [moved from src/login/logind-acl.c with 99% similarity]
src/shared/devnode-acl.h [moved from src/login/logind-acl.h with 100% similarity]
src/shared/meson.build
src/udev/meson.build
src/udev/udev-builtin-uaccess.c