mirror of
https://github.com/OpenFusionProject/OpenFusion.git
synced 2024-11-22 13:30:06 +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:
parent
0c3002c4d9
commit
4429e5f49d
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user