1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-07 01:27:11 +03: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:
Tom Gundersen 2013-10-19 12:13:25 +02:00
parent a7623afb7a
commit 06f0639331

View File

@ -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 */