-
Notifications
You must be signed in to change notification settings - Fork 107
/
baseprofile-crun.yaml
65 lines (65 loc) · 1.17 KB
/
baseprofile-crun.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
---
apiVersion: security-profiles-operator.x-k8s.io/v1beta1
kind: SeccompProfile
metadata:
name: crun-v1.19.1
spec:
defaultAction: SCMP_ACT_ERRNO
architectures:
- SCMP_ARCH_X86_64
syscalls:
- action: SCMP_ACT_ALLOW
names:
- access
- arch_prctl
- brk
- capset
- chdir
- chmod
- chown
- close
- close_range
- dup2
- execve
- exit_group
- fchdir
- fchown
- fstat
- fstatfs
- getcwd
- getegid
- geteuid
- getgid
- getuid
- ioctl
- lseek
- mkdirat
- mknodat
- mmap
- mount
- mprotect
- nanosleep
- newfstatat
- openat
- openat2
- pivot_root
- prctl
- pselect6
- read
- readlink
- rt_sigaction
- rt_sigprocmask
- set_tid_address
- setgroups
- sethostname
- setns
- setresgid
- setresuid
- setsid
- statfs
- statx
- symlinkat
- umask
- umount2
- unshare
- write