mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2026-01-24 15:30:48 +00:00
sandbox: allow newfstatat
Testing on Arch x86_64, when connecting to the login server this syscall triggered the secomp filter
This commit is contained in:
@@ -157,6 +157,7 @@ static sock_filter filter[] = {
|
|||||||
ALLOW_SYSCALL(stat),
|
ALLOW_SYSCALL(stat),
|
||||||
#endif
|
#endif
|
||||||
ALLOW_SYSCALL(fstat),
|
ALLOW_SYSCALL(fstat),
|
||||||
|
ALLOW_SYSCALL(newfstatat),
|
||||||
ALLOW_SYSCALL(fsync), // maybe
|
ALLOW_SYSCALL(fsync), // maybe
|
||||||
#if __NR_creat
|
#if __NR_creat
|
||||||
ALLOW_SYSCALL(creat), // maybe; for DB journal
|
ALLOW_SYSCALL(creat), // maybe; for DB journal
|
||||||
|
|||||||
Reference in New Issue
Block a user