3
0
Fork 0
forked from mirrors/nixpkgs

nixos/kde5: disable setuid wrapper for kdeinit

We need to pass certain environment variables through the wrapper, but I
don't know how to do that yet. The setuid-root feature serves only to
hide kdeinit from the OOM killer, so this is not critical.
This commit is contained in:
Thomas Tuegel 2016-07-15 09:52:40 -05:00
parent 949277ed0a
commit 888c66f97d

View file

@ -54,12 +54,16 @@ in
owner = "root";
setuid = true;
}
# ttuegel: Disabled until I can figure out how to propagate the
# necessary environment variables.
/*
{
program = "start_kdeinit_wrapper";
source = "${kde5.kinit.out}/lib/libexec/kf5/start_kdeinit_wrapper";
owner = "root";
setuid = true;
}
*/
];
environment.systemPackages =