Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

add missing syscalls #7521

Merged
merged 1 commit into from
Jul 19, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions scripts/packaging/polkadot.service
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ RestrictNamespaces=true
RestrictSUIDSGID=true
SystemCallArchitectures=native
SystemCallFilter=@system-service
SystemCallFilter=landlock_add_rule landlock_create_ruleset landlock_restrict_self seccomp
SystemCallFilter=~@clock @module @mount @reboot @swap @privileged
UMask=0027

Expand Down