TAOAF revealed

This commit is contained in:
arcanedev 2021-08-09 22:37:40 +00:00
parent cb184c1c43
commit b8fb09103a
No known key found for this signature in database
GPG Key ID: 13BA4BD4C14170C0

View File

@ -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.