summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy')
-rw-r--r--chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy66
1 files changed, 0 insertions, 66 deletions
diff --git a/chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy b/chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy
deleted file mode 100644
index 8e85c46252d..00000000000
--- a/chromium/third_party/mtpd/source/mtpd-seccomp-arm.policy
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
-# Use of this source code is governed by a BSD-style license that can be
-# found in the LICENSE file.
-read: 1
-ioctl: 1
-write: 1
-timerfd_settime: 1
-mmap2: 1
-mremap: 1
-close: 1
-open: 1
-poll: 1
-clock_gettime: 1
-munmap: 1
-mprotect: 1
-lseek: 1
-getdents: 1
-fcntl64: 1
-sendmsg: 1
-recvmsg :1
-futex: 1
-timerfd_create: 1
-brk: 1
-rt_sigaction: 1
-send: 1
-openat: 1
-gettid: 1
-gettimeofday: 1
-sched_get_priority_max: 1
-getsockname: 1
-clock_getres: 1
-sched_get_priority_min: 1
-connect: 1
-eventfd2: 1
-sched_getparam: 1
-rt_sigprocmask: 1
-access: 1
-_llseek: 1
-set_tid_address: 1
-clone: 1
-sched_getscheduler: 1
-set_robust_list: 1
-sigreturn: 1
-setsockopt: 1
-# Allow socket(domain==PF_LOCAL) or socket(domain==PF_NETLINK)
-socket: arg0 == 0x1 || arg0 == 0x10
-geteuid32: 1
-restart_syscall: 1
-exit: 1
-exit_group: 1
-rt_sigreturn: 1
-bind: 1
-pipe: 1
-pipe2: 1
-stat64: 1
-fstat64: 1
-uname: 1
-setsid: 1
-chdir: 1
-dup2: 1
-unlink: 1
-tgkill: 1
-getresgid32: 1
-getresuid32: 1
-signalfd4: 1
-ARM_set_tls: 1