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

Commit

Permalink
Change back to scudo
Browse files Browse the repository at this point in the history
The glitch in GNOME was probably an unrelated fluke.
  • Loading branch information
charles8191 authored Nov 26, 2024
1 parent 62d335a commit b7984dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ ADD chrony.conf /usr/etc/chrony.conf
ADD tunables.conf /usr/lib/sysctl.d/tunables.conf
RUN \
set -x && \
# 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 +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 && \
# Scudo
curl --create-dirs -Lo /usr/lib64/libscudo.so https://github.com/charles8191/scudo/raw/refs/heads/main/libscudo.so && \
chmod +x /usr/lib64/libscudo.so && \
echo "/usr/lib64/libscudo.so" > /etc/ld.so.preload && \
echo "/usr/lib64/libscudo.so" > /usr/etc/ld.so.preload && \
# Branding
sed -i 's,centos.org,github.com/charles8191/netherite,g' /usr/lib/os-release && \
sed -i 's,CentOS Stream,Netherite,g' /usr/lib/os-release && \
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Netherite is a secure & private operating system based on [Calcite](https://gith
## Features

- [hardened_malloc](https://github.com/GrapheneOS/hardened_malloc) using [weekly binaries](https://github.com/charles8191/hardened_malloc)
- [scudo](https://source.android.com/docs/security/test/scudo) using [weekly binaries](https://github.com/charles8191/scudo)
- Some remediations from ANSSI-BP-028 Minimal
- [Cromite](https://www.cromite.org/) swapped instead of Firefox
- Custom chrony config (time.grapheneos.org)
- Custom chrony config (time.cifelli.xyz)
- Custom kernel tunables
- Modified `os-release` file
- Enhanced NetworkManager privacy
Expand Down
2 changes: 1 addition & 1 deletion chrony.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
server time.grapheneos.org iburst
server time.cifelli.xyz nts iburst
driftfile /var/lib/chrony/drift
makestep 0.1 3
rtcsync

0 comments on commit b7984dc

Please sign in to comment.