Add option to tweak privileged group in polkit rules

Signed-off-by: Sergey Shatunov <me@prok.pw>
This commit is contained in:
Sergey Shatunov 2020-06-18 03:34:55 +07:00
parent ce26ca909c
commit 0114e4d965
No known key found for this signature in database
GPG key ID: C9228B4C880E14B6
3 changed files with 15 additions and 3 deletions

View file

@ -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'
)