diff options
| author | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-29 23:30:55 +0200 |
|---|---|---|
| committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-08-29 23:30:55 +0200 |
| commit | aab3a0ba792f33aae66757f0e5c3fc67e41104ec (patch) | |
| tree | b43a99aeca63f6e7e5945a39bb9c655b719b691b /package/dbus | |
| parent | 13ce6ddf5980819abdab21d6824a3e1c908872e8 (diff) | |
| download | buildroot-aab3a0ba792f33aae66757f0e5c3fc67e41104ec.tar.gz buildroot-aab3a0ba792f33aae66757f0e5c3fc67e41104ec.zip | |
dbus: launch helper should be setuid root
Closes #6464
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/dbus')
| -rw-r--r-- | package/dbus/dbus.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package/dbus/dbus.mk b/package/dbus/dbus.mk index 7fbfb4c179..d50f6309cb 100644 --- a/package/dbus/dbus.mk +++ b/package/dbus/dbus.mk @@ -10,6 +10,10 @@ DBUS_LICENSE = AFLv2.1 GPLv2+ DBUS_LICENSE_FILES = COPYING DBUS_INSTALL_STAGING = YES +define DBUS_PERMISSIONS +/usr/libexec/dbus-daemon-launch-helper f 4755 0 0 - - - - - +endef + DBUS_DEPENDENCIES = host-pkgconf DBUS_CONF_ENV = ac_cv_have_abstract_sockets=yes |

