mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
X server: Enable local access control
For the last ten years we have been passing -ac to the X server, which
is very bad idea.
Fixes #14623.
(cherry picked from commit 1541fa351b
)
This commit is contained in:
parent
2d32ae48b0
commit
d7c7c0e357
@ -516,8 +516,7 @@ in
|
||||
};
|
||||
|
||||
services.xserver.displayManager.xserverArgs =
|
||||
[ "-ac"
|
||||
"-terminate"
|
||||
[ "-terminate"
|
||||
"-logfile" "/var/log/X.${toString cfg.display}.log"
|
||||
"-config ${configFile}"
|
||||
":${toString cfg.display}" "vt${toString cfg.tty}"
|
||||
|
Loading…
Reference in New Issue
Block a user