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

Commit

Permalink
Undo umask change
Browse files Browse the repository at this point in the history
  • Loading branch information
charles8191 authored Dec 3, 2024
1 parent 31ae59c commit a8ae894
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ ADD browser.json /etc/chromium/policies/managed/browser.json
ADD browser.json /usr/etc/chromium/policies/managed/browser.json
RUN \
set -x && \
# umask
sed -i 's/UMASK 022/UMASK 077/g' /etc/login.defs && \
sed -i 's/HOME_MODE/#HOME_MODE/g' /etc/login.defs && \
# hardened_malloc
curl --create-dirs -Lo /usr/lib64/libhardened_malloc.so https://github.com/charles8191/hardened_malloc/raw/refs/heads/main/libhardened_malloc-debian.so && \
chmod 755 /usr/lib64/libhardened_malloc.so && \
chmod +x /usr/lib64/libhardened_malloc.so && \
echo "/usr/lib64/libhardened_malloc.so" > /etc/ld.so.preload && \
echo "/usr/lib64/libhardened_malloc.so" > /usr/etc/ld.so.preload && \
# Branding
Expand Down
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ Netherite is a secure & private operating system based on [Calcite](https://gith
- [Enhanced NetworkManager privacy](net-privacy.conf)
- Count Me disabled
- usbguard installed (but not enabled)
- umask configured

## Installation

Expand Down

0 comments on commit a8ae894

Please sign in to comment.