diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-14 02:02:35 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-07-14 02:02:35 +0200 |
commit | c874e22e0da6f87aa72ade635f11421e6ecb6e48 (patch) | |
tree | ecf2b34607249f54a7732d681cc40f36c60c2784 /Makefile.am | |
parent | 1985c76e48753c200b5a15630b00245c3f60775b (diff) |
udev-acl: skip ACLs when systemd is running, disable by default
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0599bb24cf..d2e9b855fe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -360,7 +360,7 @@ if ENABLE_UDEV_ACL extras_udev_acl_udev_acl_SOURCES = extras/udev-acl/udev-acl.c extras_udev_acl_udev_acl_CPPFLAGS = $(AM_CPPFLAGS) $(GLIB_CFLAGS) extras_udev_acl_udev_acl_LDADD = libudev/libudev-private.la -lacl $(GLIB_LIBS) -dist_udevrules_DATA += extras/udev-acl/70-acl.rules +dist_udevrules_DATA += extras/udev-acl/70-udev-acl.rules libexec_PROGRAMS += extras/udev-acl/udev-acl udevacl-install-hook: |