forked from kubernetes-sigs/security-profiles-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
baseprofile-runc.yaml
81 lines (81 loc) · 1.5 KB
/
baseprofile-runc.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
kind: SeccompProfile
metadata:
name: runc-v1.1.12
spec:
defaultAction: SCMP_ACT_ERRNO
architectures:
- SCMP_ARCH_X86_64
syscalls:
- action: SCMP_ACT_ALLOW
names:
- arch_prctl
- brk
- capget
- capset
- chdir
- clone
- close
- dup3
- epoll_create1
- epoll_ctl
- epoll_pwait
- execve
- exit_group
- faccessat2
- fchdir
- fchmodat
- fchownat
- fcntl
- fstat
- fstatfs
- futex
- getcwd
- getdents64
- getpid
- getppid
- getrlimit
- gettid
- getuid
- keyctl
- madvise
- mkdirat
- mknodat
- mmap
- mount
- mprotect
- munmap
- nanosleep
- newfstatat
- openat
- openat2
- pipe2
- pivot_root
- prctl
- pread64
- read
- readlinkat
- rt_sigaction
- rt_sigprocmask
- rt_sigreturn
- sched_getaffinity
- sched_yield
- seccomp
- set_robust_list
- set_tid_address
- setgid
- setgroups
- sethostname
- setsid
- setuid
- sigaltstack
- statfs
- symlinkat
- tgkill
- umask
- umount2
- unlinkat
- unshare
- utimensat
- write