Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
systemd/src/portable/profile/nonetwork/service.conf
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
30 lines (29 sloc)
975 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# The "nonetwork" security profile for services, i.e. like "default" but without networking | |
[Service] | |
MountAPIVFS=yes | |
BindReadOnlyPaths=/dev/log /run/systemd/journal/socket /run/systemd/journal/stdout | |
BindReadOnlyPaths=/etc/machine-id | |
BindReadOnlyPaths=/run/dbus/system_bus_socket | |
DynamicUser=yes | |
RemoveIPC=yes | |
CapabilityBoundingSet=CAP_CHOWN CAP_DAC_OVERRIDE CAP_DAC_READ_SEARCH CAP_FOWNER \ | |
CAP_FSETID CAP_IPC_LOCK CAP_IPC_OWNER CAP_KILL CAP_MKNOD CAP_SETGID CAP_SETPCAP \ | |
CAP_SETUID CAP_SYS_ADMIN CAP_SYS_CHROOT CAP_SYS_NICE CAP_SYS_RESOURCE | |
PrivateTmp=yes | |
PrivateDevices=yes | |
PrivateUsers=yes | |
ProtectSystem=strict | |
ProtectHome=yes | |
ProtectKernelTunables=yes | |
ProtectKernelModules=yes | |
ProtectControlGroups=yes | |
RestrictAddressFamilies=AF_UNIX AF_NETLINK | |
LockPersonality=yes | |
MemoryDenyWriteExecute=yes | |
RestrictRealtime=yes | |
RestrictNamespaces=yes | |
SystemCallFilter=@system-service | |
SystemCallErrorNumber=EPERM | |
SystemCallArchitectures=native | |
PrivateNetwork=yes | |
IPAddressDeny=any |