Properly set the umask for repo files
This commit is contained in:
parent
0af2769aca
commit
05658f0850
@ -7,6 +7,8 @@ import iniparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
os.umask(0o022)
|
||||
|
||||
base = dnf.Base()
|
||||
|
||||
base.read_all_repos()
|
||||
|
@ -7,6 +7,8 @@ import iniparse
|
||||
import os
|
||||
import sys
|
||||
|
||||
os.umask(0o022)
|
||||
|
||||
base = dnf.Base()
|
||||
|
||||
base.read_all_repos()
|
||||
|
Loading…
Reference in New Issue
Block a user