Last change: 2025-01-06
Harden systemd services with this step-by-step guide to gather the right information to define sandboxing features and secure and protect resources from misuse.
- auditctl
- ausearch
- grep
- journalctl
- strace
- strings
- systemctl
- which
Last change: 2025-01-06
Harden systemd services with this step-by-step guide to gather the right information to define sandboxing features and secure and protect resources from misuse.
Last change: 2025-01-06
Systemd can track the number of network packets and data traffic of services with unit setting IPAccounting. See how to configure this setting for services.
Last change: 2025-01-06
Improve the security of services by defining what Linux capabilities are allowed with the help of systemd unit setting CapabilityBoundingSet.
Last change: 2025-01-07
Harden Linux services using the systemd unit setting SystemCallArchitectures, to restrict access to files in /dev and limit those to common pseudo-devices.
Last change: 2025-01-06
Systemd units can be filtered using the SystemCallFilter setting. Learn how to see what syscalls are part of a particular syscall filter set.
Last change: 2025-01-06
Harden system and users services, by defining if they are allowed to use specific syscalls or groups, with the use of systemd unit setting SystemCallFilter.
Last change: 2025-01-06
An overview of the available Linux syscalls, or system calls, that allows communication between user space processes and the Linux kernel.
Last change: 2025-01-06
Learn more about the system calls (syscalls) that systemd may use in commands and unit files, such as with SystemCallFilter property.
Last change: 2025-01-07
Secure your nginx service by using security features provided by systemd. We have a look at the available options that systemd units can offer.
Last change: 2025-01-06
Linux is powerful with the help of small utilities like lsof and strace. They help with monitoring disk and file activity, of new and running processes.