mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1141885 - Make readlink() fail instead of allowing it, for B2G content processes. r=kang
This commit is contained in:
parent
fe5a1b6a4e
commit
769b91bcaa
@ -207,8 +207,8 @@ SandboxFilterImplContent::Build() {
|
||||
Allow(SOCKETCALL(socketpair, SOCKETPAIR));
|
||||
Deny(EACCES, SOCKETCALL(socket, SOCKET));
|
||||
Allow(SYSCALL(open));
|
||||
Allow(SYSCALL(readlink)); /* Workaround for bug 964455 */
|
||||
Allow(SYSCALL(readlinkat)); /* Workaround for bug 964455 */
|
||||
Deny(EINVAL, SYSCALL(readlink)); /* Workaround for bug 964455 */
|
||||
Deny(EINVAL, SYSCALL(readlinkat)); /* Workaround for bug 964455 */
|
||||
Allow(SYSCALL(prctl));
|
||||
Allow(SYSCALL(access));
|
||||
Allow(SYSCALL(fsync));
|
||||
|
Loading…
Reference in New Issue
Block a user