mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Changed parameters obtained when extracting machine policies
This commit is contained in:
parent
ca4399b9b5
commit
5eeba1e73a
@ -69,7 +69,8 @@ from .ini_applier import (
|
||||
)
|
||||
|
||||
from .kde_applier import (
|
||||
kde_applier_user
|
||||
kde_applier
|
||||
, kde_applier_user
|
||||
)
|
||||
|
||||
from .networkshare_applier import networkshare_applier
|
||||
@ -167,6 +168,7 @@ class frontend_manager:
|
||||
self.machine_appliers['scripts'] = scripts_applier(self.storage, self.sid)
|
||||
self.machine_appliers['files'] = file_applier(self.storage, self.file_cache, self.sid)
|
||||
self.machine_appliers['ini'] = ini_applier(self.storage, self.sid)
|
||||
self.machine_appliers['kde'] = kde_applier(self.storage)
|
||||
|
||||
def _init_user_appliers(self):
|
||||
# User appliers are expected to work with user-writable
|
||||
|
Loading…
x
Reference in New Issue
Block a user