blob: c51161005dfba012f2c1410cd53f4c33cca44111 [file] [log] [blame]
# Copyright 2019 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.
#
# These seccomp rules specify only the syscalls used by elan_i2chid_iap
# tool when updating the firmware.
# IOCTL Information:
# elani2chid_tools:
# HIDIOCGRAWINFO: 0x80084803
# futex: 202
# termios
# TCGETS: 0x00005401
# syscall Information from jouralctrl:
# dup2: 33
# openat: 257
arch_prctl: 1
execve: 1
nanosleep: 1
clock_nanosleep: 1
restart_syscall: 1
rt_sigreturn: 1
exit: 1
exit_group: 1
select: 1
pselect6: 1
brk: 1
open: 1
close: 1
read: 1
write: 1
ioctl: arg1 == 0x80084803 || arg1 == 0x00005401
stat: 1
fstat: 1
newfstatat: 1
lseek: 1
access: 1
uname: 1
getdents: 1
getdents64: 1
readlink: 1
unlink: 1
time: 1
gettimeofday: 1
openat: 1
dup2: 1
futex: 1
mprotect: arg2 in ~PROT_EXEC || arg2 in ~PROT_WRITE
fstatfs: 1