mirror of
https://0xacab.org/optout/into-the-crypt.git
synced 2025-03-14 18:06:39 -04:00
TAOAF revealed
This commit is contained in:
parent
cb184c1c43
commit
b8fb09103a
@ -102,9 +102,11 @@ GNU/Linux based phones, such as Pine64's Pine Phone or Purism's Librem 5, are no
|
||||
## Disable Logging
|
||||
Disable logging at the source is the best solution to ensure excess logs are not being stored. Daemons or processes can automate the process of log collection. This has its useful functions for both debugging and security (auditing), however it is detrimental to the idea of information retention.
|
||||
On GNU/Linux with SystemD, logging can be disabled through the use of the following commands:
|
||||
```systemctl disable syslog.service
|
||||
```
|
||||
systemctl disable syslog.service
|
||||
systemctl disable rsyslog.service
|
||||
systemctl disable systemd-journald.service```
|
||||
systemctl disable systemd-journald.service
|
||||
```
|
||||
|
||||
Note: These commands will not work on systems running lightweight service managers such as OpenRC.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user