Skip to content

Commit

Permalink
Bug 906996 - Remove unlink from B2G content process syscall whitelist.
Browse files Browse the repository at this point in the history
  • Loading branch information
rmottola committed Jun 10, 2019
1 parent 45ab582 commit 94e89c0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions security/sandbox/linux/SandboxFilter.cpp
Expand Up @@ -200,7 +200,6 @@ SandboxFilterImplContent::Build() {

/* Must remove all of the following in the future, when no longer used */
/* open() is for some legacy APIs such as font loading. */
/* See bug 906996 for removing unlink(). */
Allow(SYSCALL_LARGEFILE(fstat, fstat64));
Allow(SYSCALL_LARGEFILE(stat, stat64));
Allow(SYSCALL_LARGEFILE(lstat, lstat64));
Expand All @@ -212,8 +211,6 @@ SandboxFilterImplContent::Build() {
Allow(SYSCALL(readlinkat)); /* Workaround for bug 964455 */
Allow(SYSCALL(prctl));
Allow(SYSCALL(access));
Allow(SYSCALL(unlink));
Allow(SYSCALL(unlinkat));
Allow(SYSCALL(fsync));
Allow(SYSCALL(msync));

Expand Down

0 comments on commit 94e89c0

Please sign in to comment.