Skip to content

Commit

Permalink
reduce syscalls in seccomp example 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Dec 16, 2024
1 parent fe60f81 commit 44a3190
Showing 1 changed file with 0 additions and 72 deletions.
72 changes: 0 additions & 72 deletions examples/baseprofile-runc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,81 +12,9 @@ spec:
names:
- arch_prctl
- brk
- capget
- capset
- chdir
- chroot
- clone
- clone3
- close
- close_range
- dup3
- epoll_create1
- epoll_ctl
- epoll_pwait
- execve
- exit
- exit_group
- faccessat
- faccessat2
- fchdir
- fchmodat
- fchownat
- fcntl
- fsconfig
- fsmount
- fsopen
- fstat
- fstatfs
- futex
- getcwd
- getdents64
- getpid
- getppid
- getrlimit
- gettid
- getuid
- keyctl
- madvise
- mkdirat
- mknodat
- mmap
- mount
- mprotect
- munmap
- nanosleep
- newfstatat
- open_tree
- openat
- openat2
- pipe2
- pivot_root
- prctl
- prlimit64
- read
- readlinkat
- recvfrom
- rseq
- rt_sigaction
- rt_sigprocmask
- rt_sigreturn
- sched_getaffinity
- sched_yield
- seccomp
- set_robust_list
- set_tid_address
- setgid
- setgroups
- sethostname
- setsid
- setuid
- sigaltstack
- statfs
- statx
- symlinkat
- tgkill
- umask
- umount2
- unlinkat
- utimensat
- write

0 comments on commit 44a3190

Please sign in to comment.