mirror of
https://github.com/swaywm/sway.git
synced 2024-12-28 07:56:31 +01:00
Add docs on what features sway programs require
This commit is contained in:
parent
3dbeb9c35c
commit
4d312f753c
1 changed files with 7 additions and 0 deletions
|
@ -115,6 +115,13 @@ process to be able to access _/proc/[pid]/exe_ (see **procfs(5)** for details on
|
||||||
this access - setcap cap_sys_ptrace=eip /usr/bin/sway should do the trick). If
|
this access - setcap cap_sys_ptrace=eip /usr/bin/sway should do the trick). If
|
||||||
sway is unable to read _/proc/[pid]/exe_, it will apply the default policy.
|
sway is unable to read _/proc/[pid]/exe_, it will apply the default policy.
|
||||||
|
|
||||||
|
To work correctly, sway's own programs require the following permissions:
|
||||||
|
|
||||||
|
- swaybg: background
|
||||||
|
- swaylock: lock, keyboard
|
||||||
|
- swaybar: panel, mouse
|
||||||
|
- swaygrab: screenshot
|
||||||
|
|
||||||
Command policies
|
Command policies
|
||||||
----------------
|
----------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue