Syscall
CapabilityBoundingSet setting
Define if systemd units are allowed to use specific Linux capabilities the unit setting CapabilityBoundingSet.
How to see which syscalls are part of a systemd syscall filter set
Learn how to see what syscalls are part of a particular syscall filter set in systemd.
SystemCallFilter setting
Define if systemd units are allowed to use specific syscalls or groups with the unit setting SystemCallFilter.
Systemd syscall filtering
Learn more about the system calls (syscalls) that systemd may use in commands and unit files, such as with SystemCallFilter property.
Monitor file access by Linux processes
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.