We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a2f15a commit 39da84aCopy full SHA for 39da84a
usr/lib/python3/dist-packages/linuxmusterApi/main.py
@@ -16,6 +16,7 @@
16
config = {}
17
config_path = '/etc/linuxmuster/api/config.yml'
18
if os.path.isfile(config_path):
19
+ os.chmod(config_path, 384)
20
with open(config_path, 'r') as config_file:
21
config = yaml.load(config_file, Loader=yaml.SafeLoader)
22
0 commit comments