Fixing a bunch of issues

This commit is contained in:
Parnell Springmeyer
2017-01-29 01:58:12 -06:00
parent af3b9a3d46
commit a8cb2afa98
8 changed files with 19 additions and 39 deletions
+8 -9
View File
@@ -114,15 +114,14 @@ in
systemd.packages = [ pkgs.dbus.daemon ];
security.wrappers.setuid = singleton
{ program = "dbus-daemon-launch-helper";
source = "${pkgs.dbus.daemon}/libexec/dbus-daemon-launch-helper";
owner = "root";
group = "messagebus";
setuid = true;
setgid = false;
permissions = "u+rx,g+rx,o-rx";
};
security.wrappers.dbus-daemon-launch-helper = {
source = "${pkgs.dbus.daemon}/libexec/dbus-daemon-launch-helper";
owner = "root";
group = "messagebus";
setuid = true;
setgid = false;
permissions = "u+rx,g+rx,o-rx";
};
services.dbus.packages = [
pkgs.dbus.out