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:23:17 +02:00
parent a7623afb7a
commit 06f0639331
-4
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 */