mirror of
https://github.com/altlinux/gpupdate.git
synced 2025-03-21 18:50:38 +03:00
Application of ini file settings is moved to the user context
This commit is contained in:
parent
0674340f74
commit
12bd7a5b51
@ -68,11 +68,11 @@ class ini_applier_user(applier_frontend):
|
||||
Ini_file(inifile, self.username)
|
||||
|
||||
def admin_context_apply(self):
|
||||
pass
|
||||
|
||||
def user_context_apply(self):
|
||||
if self.__module_enabled:
|
||||
log('D173')
|
||||
self.run()
|
||||
else:
|
||||
log('D174')
|
||||
|
||||
def user_context_apply(self):
|
||||
pass
|
||||
|
Loading…
x
Reference in New Issue
Block a user