Skip to content

Commit c1a2e49

Browse files
committed
Update file permissions
Signed-off-by: Webster Mudge <[email protected]>
1 parent d089653 commit c1a2e49

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

roles/prereq_kerberos/tasks/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
section: libdefaults
3636
option: "{{ __conf.key }}"
3737
value: "{{ __conf.value }}"
38-
mode: "0755"
38+
mode: "0644"
3939
loop: "{{ updates | dict2items }}"
4040
loop_control:
4141
loop_var: __conf
@@ -52,7 +52,7 @@
5252
section: libdefaults
5353
option: default_ccache_name
5454
state: absent
55-
mode: "0755"
55+
mode: "0644"
5656
loop:
5757
- "{{ kerberos_config_path }}"
5858
- "{{ kerberos_kcm_credential_cache_config_path }}"
@@ -71,7 +71,7 @@
7171
section: "domain/{{ kerberos_realm | lower }}"
7272
option: "{{ __sssd_conf.key }}"
7373
value: "{{ __sssd_conf.value | string }}"
74-
mode: "0755"
74+
mode: "0600"
7575
loop: "{{ entries | dict2items }}"
7676
loop_control:
7777
loop_var: __sssd_conf

0 commit comments

Comments
 (0)