forked from QubesOS/qubes-core-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding new qubes.LockScreen and cooresponding policy file for issue:
- Loading branch information
Showing
2 changed files
with
13 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
## Note that policy parsing stops at the first match, | ||
## so adding anything below "$anyvm $anyvm action" line will have no effect | ||
|
||
## Please use a single # to start your custom comments | ||
|
||
# WARNING: The qubes.ConnectTCP service is dangerous and allows any | ||
# qube to access any other qube TCP port. It should be restricted | ||
# only to restricted qubes. This is why the default policy is 'deny' | ||
|
||
# Example of policy: mytcp-client @default allow,target=mytcp-server | ||
sys-usb dom0 allow |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
#!/bin/bash | ||
DISPLAY=:0 xscreensaver-command -lock |