mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
udev-builtin: uaccess - inherit logging form udev
Not that it makes a difference in this builtin, but otherwise /etc/udev/udev.conf is not respected.
This commit is contained in:
@@ -41,10 +41,6 @@ static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool
|
||||
bool changed_acl = false;
|
||||
uid_t uid;
|
||||
|
||||
log_set_target(LOG_TARGET_AUTO);
|
||||
log_parse_environment();
|
||||
log_open();
|
||||
|
||||
umask(0022);
|
||||
|
||||
/* don't muck around with ACLs when the system is not running systemd */
|
||||
|
||||
Reference in New Issue
Block a user