mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-07-31 18:36:53 +02:00
Scope polkit actions to require the privileged group
This commit is contained in:

committed by
afayaz-feral

parent
898ab01924
commit
337f1b8a8e
@@ -142,7 +142,9 @@ if path_dbus_service_dir == ''
|
||||
path_dbus_service_dir = join_paths(path_datadir, 'dbus-1', 'services')
|
||||
endif
|
||||
|
||||
path_polkit_action_dir = join_paths(path_datadir, 'polkit-1', 'actions')
|
||||
path_polkit_dir = join_paths(path_datadir, 'polkit-1')
|
||||
path_polkit_action_dir = join_paths(path_polkit_dir, 'actions')
|
||||
path_polkit_rule_dir = join_paths(path_polkit_dir, 'rules.d')
|
||||
|
||||
with_examples = get_option('with-examples')
|
||||
with_util = get_option('with-util')
|
||||
|
Reference in New Issue
Block a user