chiark / gitweb /
sd-bus: sync kdbus.h (API change: switch to absolute timeouts)
[elogind.git] / src / udev / udev-builtin-uaccess.c
index 354ee08f28bd262911d321bf25ef756989621a5b..6964fb5529b8e6a31de62b1848669a8185f3538a 100644 (file)
 #include <dirent.h>
 #include <getopt.h>
 
-#include <systemd/sd-login.h>
+#include "systemd/sd-login.h"
 #include "logind-acl.h"
 #include "udev.h"
 #include "util.h"
 
-static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test)
-{
+static int builtin_uaccess(struct udev_device *dev, int argc, char *argv[], bool test) {
         int r;
         const char *path = NULL, *seat;
         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 */