Skip to content

Commit

Permalink
DLPX-86541 CIS: /dev/shm filesystem and mount options
Browse files Browse the repository at this point in the history
  • Loading branch information
prakashsurya committed Sep 12, 2024
1 parent ade7e87 commit c42386a
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -706,6 +706,13 @@
# Set default umask value.
umask 027
- posix.mount:
path: /dev/shm
src: tmpfs
fstype: tmpfs
opts: defaults,noexec,nosuid,nodev
state: mounted

- service:
name: "nullmailer"
state: "stopped"
Expand Down

0 comments on commit c42386a

Please sign in to comment.