Skip to content

Commit

Permalink
Merge pull request #457 from delphix/dlpx/pr/colinwkingen/d994d5f2-0f…
Browse files Browse the repository at this point in the history
…81-47cf-ad83-4fd3247db57e

DLPX-87136 Revert "DLPX-86533 CIS: default umask"
  • Loading branch information
colinwkingen authored Jul 26, 2023
2 parents 1af87e5 + cb985e3 commit fd7392e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
3 changes: 0 additions & 3 deletions files/common/etc/profile.d/set-umask-for-all-users.sh

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -681,14 +681,3 @@
when:
- variant == "internal-buildserver"
- not ansible_is_chroot

#
# CIS: Set default umask (DLPX-86533)
# We need to set default umask as 027 in the /etc/bash.bashrc file,
# so that the same can be applied for all the users on the engine.
#
- blockinfile:
path: /etc/bash.bashrc
block: |
# Set default umask value.
umask 027

0 comments on commit fd7392e

Please sign in to comment.