Add option to tweak privileged group in polkit rules
Signed-off-by: Sergey Shatunov <me@prok.pw>
This commit is contained in:
parent
ce26ca909c
commit
0114e4d965
3 changed files with 15 additions and 3 deletions
|
@ -21,3 +21,9 @@ option(
|
|||
value: false,
|
||||
description: 'use installed libmalcontent rather than building it; used in distros to break a dependency cycle'
|
||||
)
|
||||
option(
|
||||
'privileged_group',
|
||||
type: 'string',
|
||||
value: 'wheel',
|
||||
description: 'name of group that has elevated permissions'
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue