···
-
import ./make-test-python.nix (
-
name = "pass-secret-service";
-
meta.maintainers = with lib.maintainers; [
-
./common/user-account.nix
-
test-support.displayManager.auto.user = "alice";
-
services.xscreensaver.enable = true;
-
./common/user-account.nix
-
test-support.displayManager.auto.user = "alice";
-
services.xscreensaver.enable = true;
-
xscreensaver = super.xscreensaver.override {
-
./common/user-account.nix
-
test-support.displayManager.auto.user = "alice";
-
services.xscreensaver.enable = true;
-
xscreensaver = super.xscreensaver.override {
-
wrapperPrefix = "/a/bad/path";
-
ok.wait_for_unit("xscreensaver", "alice")
-
_, output_ok = ok.systemctl("status xscreensaver", "alice")
-
assert 'To prevent the kernel from randomly unlocking' not in output_ok
-
assert 'your screen via the out-of-memory killer' not in output_ok
-
assert '"xscreensaver-auth" must be setuid root' not in output_ok
-
empty_wrapperPrefix.wait_for_x()
-
empty_wrapperPrefix.wait_for_unit("xscreensaver", "alice")
-
_, output_empty_wrapperPrefix = empty_wrapperPrefix.systemctl("status xscreensaver", "alice")
-
assert 'To prevent the kernel from randomly unlocking' in output_empty_wrapperPrefix
-
assert 'your screen via the out-of-memory killer' in output_empty_wrapperPrefix
-
assert '"xscreensaver-auth" must be setuid root' in output_empty_wrapperPrefix
-
bad_wrapperPrefix.wait_for_x()
-
bad_wrapperPrefix.wait_for_unit("xscreensaver", "alice")
-
_, output_bad_wrapperPrefix = bad_wrapperPrefix.systemctl("status xscreensaver", "alice")
-
assert 'To prevent the kernel from randomly unlocking' in output_bad_wrapperPrefix
-
assert 'your screen via the out-of-memory killer' in output_bad_wrapperPrefix
-
assert '"xscreensaver-auth" must be setuid root' in output_bad_wrapperPrefix