config: allow running commands privileged
This commit is contained in:
parent
4558bdb7c1
commit
affea49e49
11 changed files with 74 additions and 5 deletions
|
|
@ -583,6 +583,13 @@ Exec:
|
|||
values:
|
||||
kind: string
|
||||
description: The environment variables to pass to the executable.
|
||||
privileged:
|
||||
kind: boolean
|
||||
required: false
|
||||
description: |
|
||||
If `true`, the executable gets access to privileged wayland protocols.
|
||||
|
||||
The default is `false`.
|
||||
|
||||
|
||||
SimpleActionName:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue