Skip to content

Commit cce210a

Browse files
committed
fix: Remove redundant seccomp rule
With the update to aws-lc-rs faccessat is now marked as redundant so removing it from our rules. Signed-off-by: Jack Thomson <[email protected]>
1 parent 4b7abf6 commit cce210a

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

resources/seccomp/aarch64-unknown-linux-musl.json

-4
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,6 @@
7474
"syscall": "fstat",
7575
"comment": "Used for drive patching & rescanning, for reading the local timezone from /etc/localtime"
7676
},
77-
{
78-
"syscall": "faccessat",
79-
"comment": "Used by aws-lc-sys"
80-
},
8177
{
8278
"syscall": "ftruncate",
8379
"comment": "Used for snapshotting"

0 commit comments

Comments
 (0)