This repository was archived by the owner on Dec 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,9 @@ ADD browser.json /etc/chromium/policies/managed/browser.json
9
9
ADD browser.json /usr/etc/chromium/policies/managed/browser.json
10
10
RUN \
11
11
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 && \
15
12
# hardened_malloc
16
13
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 && \
18
15
echo "/usr/lib64/libhardened_malloc.so" > /etc/ld.so.preload && \
19
16
echo "/usr/lib64/libhardened_malloc.so" > /usr/etc/ld.so.preload && \
20
17
# Branding
Original file line number Diff line number Diff line change @@ -19,7 +19,6 @@ Netherite is a secure & private operating system based on [Calcite](https://gith
19
19
- [ Enhanced NetworkManager privacy] ( net-privacy.conf )
20
20
- Count Me disabled
21
21
- usbguard installed (but not enabled)
22
- - umask configured
23
22
24
23
## Installation
25
24
You can’t perform that action at this time.
0 commit comments