Skip to content

Commit fd7392e

Browse files
authored
Merge pull request #457 from delphix/dlpx/pr/colinwkingen/d994d5f2-0f81-47cf-ad83-4fd3247db57e
DLPX-87136 Revert "DLPX-86533 CIS: default umask"
2 parents 1af87e5 + cb985e3 commit fd7392e

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

files/common/etc/profile.d/set-umask-for-all-users.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

files/common/var/lib/delphix-platform/ansible/10-delphix-platform/roles/delphix-platform/tasks/main.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -681,14 +681,3 @@
681681
when:
682682
- variant == "internal-buildserver"
683683
- not ansible_is_chroot
684-
685-
#
686-
# CIS: Set default umask (DLPX-86533)
687-
# We need to set default umask as 027 in the /etc/bash.bashrc file,
688-
# so that the same can be applied for all the users on the engine.
689-
#
690-
- blockinfile:
691-
path: /etc/bash.bashrc
692-
block: |
693-
# Set default umask value.
694-
umask 027

0 commit comments

Comments
 (0)