Skip to content
This repository was archived by the owner on Dec 18, 2024. It is now read-only.

Commit a8ae894

Browse files
authored
Undo umask change
1 parent 31ae59c commit a8ae894

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

Containerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,9 @@ ADD browser.json /etc/chromium/policies/managed/browser.json
99
ADD browser.json /usr/etc/chromium/policies/managed/browser.json
1010
RUN \
1111
set -x && \
12-
# umask
13-
sed -i 's/UMASK 022/UMASK 077/g' /etc/login.defs && \
14-
sed -i 's/HOME_MODE/#HOME_MODE/g' /etc/login.defs && \
1512
# hardened_malloc
1613
curl --create-dirs -Lo /usr/lib64/libhardened_malloc.so https://github.com/charles8191/hardened_malloc/raw/refs/heads/main/libhardened_malloc-debian.so && \
17-
chmod 755 /usr/lib64/libhardened_malloc.so && \
14+
chmod +x /usr/lib64/libhardened_malloc.so && \
1815
echo "/usr/lib64/libhardened_malloc.so" > /etc/ld.so.preload && \
1916
echo "/usr/lib64/libhardened_malloc.so" > /usr/etc/ld.so.preload && \
2017
# Branding

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Netherite is a secure & private operating system based on [Calcite](https://gith
1919
- [Enhanced NetworkManager privacy](net-privacy.conf)
2020
- Count Me disabled
2121
- usbguard installed (but not enabled)
22-
- umask configured
2322

2423
## Installation
2524

0 commit comments

Comments
 (0)