View | Details | Raw Unified | Return to bug 33918
Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +2 lines)
Line     Link Here 
0
-- ucs-school-netlogon/conffiles/ucs-school-netlogon.py
0
++ ucs-school-netlogon/conffiles/ucs-school-netlogon.py
 Lines 164-168   def handler(configRegistry, changes): Link Here 
164
						# hmm, do nothing
164
						# hmm, do nothing
165
						pass
165
						pass
166
			fn.close()
166
			fn.close()
167
			os.chmod(filename, (stat.S_IRUSR | stat.S_IWUSR | stat.S_IRGRP | stat.S_IROTH))
167
			os.chmod(filename, (stat.S_IRWXU | stat.S_IRGRP | stat.S_IXGRP | stat.S_IROTH | stat.S_IXOTH))
168
			os.chown(filename, 0, 0)
168
			os.chown(filename, 0, 0)

Return to bug 33918