2566c1
{
2566c1
	"defaultAction": "SCMP_ACT_ERRNO",
2566c1
	"defaultErrnoRet": 38,
2566c1
	"defaultErrno": "ENOSYS",
2566c1
	"archMap": [
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_X86_64",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_X86",
2566c1
				"SCMP_ARCH_X32"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_AARCH64",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_ARM"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_MIPS64",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_MIPS",
2566c1
				"SCMP_ARCH_MIPS64N32"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_MIPS64N32",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_MIPS",
2566c1
				"SCMP_ARCH_MIPS64"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_MIPSEL64",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_MIPSEL",
2566c1
				"SCMP_ARCH_MIPSEL64N32"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_MIPSEL64N32",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_MIPSEL",
2566c1
				"SCMP_ARCH_MIPSEL64"
2566c1
			]
2566c1
		},
2566c1
		{
2566c1
			"architecture": "SCMP_ARCH_S390X",
2566c1
			"subArchitectures": [
2566c1
				"SCMP_ARCH_S390"
2566c1
			]
2566c1
		}
2566c1
	],
2566c1
	"syscalls": [
2566c1
		{
2566c1
			"names": [
2566c1
				"bdflush",
2566c1
				"io_pgetevents",
2566c1
				"kexec_file_load",
2566c1
				"kexec_load",
2566c1
				"migrate_pages",
2566c1
				"move_pages",
2566c1
				"nfsservctl",
2566c1
				"nice",
2566c1
				"oldfstat",
2566c1
				"oldlstat",
2566c1
				"oldolduname",
2566c1
				"oldstat",
2566c1
				"olduname",
2566c1
				"pciconfig_iobase",
2566c1
				"pciconfig_read",
2566c1
				"pciconfig_write",
2566c1
				"sgetmask",
2566c1
				"ssetmask",
2566c1
				"swapcontext",
2566c1
				"swapoff",
2566c1
				"swapon",
2566c1
				"sysfs",
2566c1
				"uselib",
2566c1
				"userfaultfd",
2566c1
				"ustat",
2566c1
				"vm86",
2566c1
				"vm86old",
2566c1
				"vmsplice"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"_llseek",
2566c1
				"_newselect",
2566c1
				"accept",
2566c1
				"accept4",
2566c1
				"access",
2566c1
				"adjtimex",
2566c1
				"alarm",
2566c1
				"bind",
2566c1
				"brk",
2566c1
				"capget",
2566c1
				"capset",
2566c1
				"chdir",
2566c1
				"chmod",
2566c1
				"chown",
2566c1
				"chown32",
2566c1
				"clock_adjtime",
2566c1
				"clock_adjtime64",
2566c1
				"clock_getres",
2566c1
				"clock_getres_time64",
2566c1
				"clock_gettime",
2566c1
				"clock_gettime64",
2566c1
				"clock_nanosleep",
2566c1
				"clock_nanosleep_time64",
2566c1
				"clone",
2566c1
				"clone3",
2566c1
				"close",
2566c1
				"close_range",
2566c1
				"connect",
2566c1
				"copy_file_range",
2566c1
				"creat",
2566c1
				"dup",
2566c1
				"dup2",
2566c1
				"dup3",
2566c1
				"epoll_create",
2566c1
				"epoll_create1",
2566c1
				"epoll_ctl",
2566c1
				"epoll_ctl_old",
2566c1
				"epoll_pwait",
2566c1
				"epoll_pwait2",
2566c1
				"epoll_wait",
2566c1
				"epoll_wait_old",
2566c1
				"eventfd",
2566c1
				"eventfd2",
2566c1
				"execve",
2566c1
				"execveat",
2566c1
				"exit",
2566c1
				"exit_group",
2566c1
				"faccessat",
2566c1
				"faccessat2",
2566c1
				"fadvise64",
2566c1
				"fadvise64_64",
2566c1
				"fallocate",
2566c1
				"fanotify_mark",
2566c1
				"fchdir",
2566c1
				"fchmod",
2566c1
				"fchmodat",
2566c1
				"fchown",
2566c1
				"fchown32",
2566c1
				"fchownat",
2566c1
				"fcntl",
2566c1
				"fcntl64",
2566c1
				"fdatasync",
2566c1
				"fgetxattr",
2566c1
				"flistxattr",
2566c1
				"flock",
2566c1
				"fork",
2566c1
				"fremovexattr",
2566c1
				"fsconfig",
2566c1
				"fsetxattr",
2566c1
				"fsmount",
2566c1
				"fsopen",
2566c1
				"fspick",
2566c1
				"fstat",
2566c1
				"fstat64",
2566c1
				"fstatat64",
2566c1
				"fstatfs",
2566c1
				"fstatfs64",
2566c1
				"fsync",
2566c1
				"ftruncate",
2566c1
				"ftruncate64",
2566c1
				"futex",
2566c1
				"futex_time64",
2566c1
				"futimesat",
2566c1
				"get_robust_list",
2566c1
				"get_thread_area",
2566c1
				"getcpu",
2566c1
				"getcwd",
2566c1
				"getdents",
2566c1
				"getdents64",
2566c1
				"getegid",
2566c1
				"getegid32",
2566c1
				"geteuid",
2566c1
				"geteuid32",
2566c1
				"getgid",
2566c1
				"getgid32",
2566c1
				"getgroups",
2566c1
				"getgroups32",
2566c1
				"getitimer",
2566c1
				"get_mempolicy",
2566c1
				"getpeername",
2566c1
				"getpgid",
2566c1
				"getpgrp",
2566c1
				"getpid",
2566c1
				"getppid",
2566c1
				"getpriority",
2566c1
				"getrandom",
2566c1
				"getresgid",
2566c1
				"getresgid32",
2566c1
				"getresuid",
2566c1
				"getresuid32",
2566c1
				"getrlimit",
2566c1
				"getrusage",
2566c1
				"getsid",
2566c1
				"getsockname",
2566c1
				"getsockopt",
2566c1
				"gettid",
2566c1
				"gettimeofday",
2566c1
				"getuid",
2566c1
				"getuid32",
2566c1
				"getxattr",
2566c1
				"inotify_add_watch",
2566c1
				"inotify_init",
2566c1
				"inotify_init1",
2566c1
				"inotify_rm_watch",
2566c1
				"io_cancel",
2566c1
				"io_destroy",
2566c1
				"io_getevents",
2566c1
				"io_setup",
2566c1
				"io_submit",
2566c1
				"ioctl",
2566c1
				"ioprio_get",
2566c1
				"ioprio_set",
2566c1
				"ipc",
2566c1
				"keyctl",
2566c1
				"kill",
2566c1
				"lchown",
2566c1
				"lchown32",
2566c1
				"lgetxattr",
2566c1
				"link",
2566c1
				"linkat",
2566c1
				"listen",
2566c1
				"listxattr",
2566c1
				"llistxattr",
2566c1
				"lremovexattr",
2566c1
				"lseek",
2566c1
				"lsetxattr",
2566c1
				"lstat",
2566c1
				"lstat64",
2566c1
				"madvise",
2566c1
				"mbind",
2566c1
				"memfd_create",
2566c1
				"memfd_secret",
2566c1
				"mincore",
2566c1
				"mkdir",
2566c1
				"mkdirat",
2566c1
				"mknod",
2566c1
				"mknodat",
2566c1
				"mlock",
2566c1
				"mlock2",
2566c1
				"mlockall",
2566c1
				"mmap",
2566c1
				"mmap2",
2566c1
				"mount",
2566c1
				"move_mount",
2566c1
				"mprotect",
2566c1
				"mq_getsetattr",
2566c1
				"mq_notify",
2566c1
				"mq_open",
2566c1
				"mq_timedreceive",
2566c1
				"mq_timedreceive_time64",
2566c1
				"mq_timedsend",
2566c1
				"mq_timedsend_time64",
2566c1
				"mq_unlink",
2566c1
				"mremap",
2566c1
				"msgctl",
2566c1
				"msgget",
2566c1
				"msgrcv",
2566c1
				"msgsnd",
2566c1
				"msync",
2566c1
				"munlock",
2566c1
				"munlockall",
2566c1
				"munmap",
2566c1
				"name_to_handle_at",
2566c1
				"nanosleep",
2566c1
				"newfstatat",
2566c1
				"open",
2566c1
				"openat",
2566c1
				"openat2",
2566c1
				"open_tree",
2566c1
				"pause",
2566c1
				"pidfd_getfd",
2566c1
				"pidfd_open",
2566c1
				"pidfd_send_signal",
2566c1
				"pipe",
2566c1
				"pipe2",
2566c1
				"pivot_root",
2566c1
				"pkey_alloc",
2566c1
				"pkey_free",
2566c1
				"pkey_mprotect",
2566c1
				"poll",
2566c1
				"ppoll",
2566c1
				"ppoll_time64",
2566c1
				"prctl",
2566c1
				"pread64",
2566c1
				"preadv",
2566c1
				"preadv2",
2566c1
				"prlimit64",
2566c1
				"pselect6",
2566c1
				"pselect6_time64",
2566c1
				"pwrite64",
2566c1
				"pwritev",
2566c1
				"pwritev2",
2566c1
				"read",
2566c1
				"readahead",
2566c1
				"readdir",
2566c1
				"readlink",
2566c1
				"readlinkat",
2566c1
				"readv",
2566c1
				"reboot",
2566c1
				"recv",
2566c1
				"recvfrom",
2566c1
				"recvmmsg",
2566c1
				"recvmmsg_time64",
2566c1
				"recvmsg",
2566c1
				"remap_file_pages",
2566c1
				"removexattr",
2566c1
				"rename",
2566c1
				"renameat",
2566c1
				"renameat2",
2566c1
				"restart_syscall",
2566c1
				"rmdir",
2566c1
				"rseq",
2566c1
				"rt_sigaction",
2566c1
				"rt_sigpending",
2566c1
				"rt_sigprocmask",
2566c1
				"rt_sigqueueinfo",
2566c1
				"rt_sigreturn",
2566c1
				"rt_sigsuspend",
2566c1
				"rt_sigtimedwait",
2566c1
				"rt_sigtimedwait_time64",
2566c1
				"rt_tgsigqueueinfo",
2566c1
				"sched_get_priority_max",
2566c1
				"sched_get_priority_min",
2566c1
				"sched_getaffinity",
2566c1
				"sched_getattr",
2566c1
				"sched_getparam",
2566c1
				"sched_getscheduler",
2566c1
				"sched_rr_get_interval",
2566c1
				"sched_rr_get_interval_time64",
2566c1
				"sched_setaffinity",
2566c1
				"sched_setattr",
2566c1
				"sched_setparam",
2566c1
				"sched_setscheduler",
2566c1
				"sched_yield",
2566c1
				"seccomp",
2566c1
				"select",
2566c1
				"semctl",
2566c1
				"semget",
2566c1
				"semop",
2566c1
				"semtimedop",
2566c1
				"semtimedop_time64",
2566c1
				"send",
2566c1
				"sendfile",
2566c1
				"sendfile64",
2566c1
				"sendmmsg",
2566c1
				"sendmsg",
2566c1
				"sendto",
2566c1
				"setns",
2566c1
				"set_mempolicy",
2566c1
				"set_robust_list",
2566c1
				"set_thread_area",
2566c1
				"set_tid_address",
2566c1
				"setfsgid",
2566c1
				"setfsgid32",
2566c1
				"setfsuid",
2566c1
				"setfsuid32",
2566c1
				"setgid",
2566c1
				"setgid32",
2566c1
				"setgroups",
2566c1
				"setgroups32",
2566c1
				"setitimer",
2566c1
				"setpgid",
2566c1
				"setpriority",
2566c1
				"setregid",
2566c1
				"setregid32",
2566c1
				"setresgid",
2566c1
				"setresgid32",
2566c1
				"setresuid",
2566c1
				"setresuid32",
2566c1
				"setreuid",
2566c1
				"setreuid32",
2566c1
				"setrlimit",
2566c1
				"setsid",
2566c1
				"setsockopt",
2566c1
				"setuid",
2566c1
				"setuid32",
2566c1
				"setxattr",
2566c1
				"shmat",
2566c1
				"shmctl",
2566c1
				"shmdt",
2566c1
				"shmget",
2566c1
				"shutdown",
2566c1
				"sigaltstack",
2566c1
				"signalfd",
2566c1
				"signalfd4",
2566c1
				"sigreturn",
2566c1
				"socket",
2566c1
				"socketcall",
2566c1
				"socketpair",
2566c1
				"splice",
2566c1
				"stat",
2566c1
				"stat64",
2566c1
				"statfs",
2566c1
				"statfs64",
2566c1
				"statx",
2566c1
				"symlink",
2566c1
				"symlinkat",
2566c1
				"sync",
2566c1
				"sync_file_range",
2566c1
				"syncfs",
2566c1
				"sysinfo",
2566c1
				"syslog",
2566c1
				"tee",
2566c1
				"tgkill",
2566c1
				"time",
2566c1
				"timer_create",
2566c1
				"timer_delete",
2566c1
				"timer_getoverrun",
2566c1
				"timer_gettime",
2566c1
				"timer_gettime64",
2566c1
				"timer_settime",
2566c1
				"timer_settime64",
2566c1
				"timerfd_create",
2566c1
				"timerfd_gettime",
2566c1
				"timerfd_gettime64",
2566c1
				"timerfd_settime",
2566c1
				"timerfd_settime64",
2566c1
				"times",
2566c1
				"tkill",
2566c1
				"truncate",
2566c1
				"truncate64",
2566c1
				"ugetrlimit",
2566c1
				"umask",
2566c1
				"umount",
2566c1
				"umount2",
2566c1
				"uname",
2566c1
				"unlink",
2566c1
				"unlinkat",
2566c1
				"unshare",
2566c1
				"utime",
2566c1
				"utimensat",
2566c1
				"utimensat_time64",
2566c1
				"utimes",
2566c1
				"vfork",
2566c1
				"wait4",
2566c1
				"waitid",
2566c1
				"waitpid",
2566c1
				"write",
2566c1
				"writev"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"personality"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 0,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"personality"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 8,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"personality"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 131072,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"personality"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 131080,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"personality"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 4294967295,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"sync_file_range2"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"arches": [
2566c1
					"ppc64le"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"arm_fadvise64_64",
2566c1
				"arm_sync_file_range",
2566c1
				"sync_file_range2",
2566c1
				"breakpoint",
2566c1
				"cacheflush",
2566c1
				"set_tls"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"arches": [
2566c1
					"arm",
2566c1
					"arm64"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"arch_prctl"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"arches": [
2566c1
					"amd64",
2566c1
					"x32"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"modify_ldt"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"arches": [
2566c1
					"amd64",
2566c1
					"x32",
2566c1
					"x86"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"s390_pci_mmio_read",
2566c1
				"s390_pci_mmio_write",
2566c1
				"s390_runtime_instr"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"arches": [
2566c1
					"s390",
2566c1
					"s390x"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"open_by_handle_at"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_DAC_READ_SEARCH"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"open_by_handle_at"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_DAC_READ_SEARCH"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"bpf",
2566c1
				"fanotify_init",
2566c1
				"lookup_dcookie",
2566c1
				"perf_event_open",
2566c1
				"quotactl",
2566c1
				"setdomainname",
2566c1
				"sethostname",
2566c1
				"setns"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_ADMIN"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"bpf",
2566c1
				"fanotify_init",
2566c1
				"lookup_dcookie",
2566c1
				"perf_event_open",
2566c1
				"quotactl",
2566c1
				"setdomainname",
2566c1
				"sethostname",
2566c1
				"setns"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_ADMIN"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"chroot"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_CHROOT"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"chroot"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_CHROOT"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"delete_module",
2566c1
				"init_module",
2566c1
				"finit_module",
2566c1
				"query_module"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_MODULE"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"delete_module",
2566c1
				"init_module",
2566c1
				"finit_module",
2566c1
				"query_module"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_MODULE"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"acct"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_PACCT"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"acct"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_PACCT"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"kcmp",
2566c1
				"process_madvise",
2566c1
				"process_vm_readv",
2566c1
				"process_vm_writev",
2566c1
				"ptrace"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_PTRACE"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"kcmp",
2566c1
				"process_madvise",
2566c1
				"process_vm_readv",
2566c1
				"process_vm_writev",
2566c1
				"ptrace"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_PTRACE"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"iopl",
2566c1
				"ioperm"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_RAWIO"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"iopl",
2566c1
				"ioperm"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_RAWIO"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"settimeofday",
2566c1
				"stime",
2566c1
				"clock_settime",
2566c1
				"clock_settime64"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_TIME"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"settimeofday",
2566c1
				"stime",
2566c1
				"clock_settime",
2566c1
				"clock_settime64"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_TIME"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"vhangup"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_TTY_CONFIG"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"vhangup"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_SYS_TTY_CONFIG"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 1,
2566c1
			"errno": "EPERM"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"socket"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ERRNO",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 16,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				},
2566c1
				{
2566c1
					"index": 2,
2566c1
					"value": 9,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_EQ"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_AUDIT_WRITE"
2566c1
				]
2566c1
			},
2566c1
			"errnoRet": 22,
2566c1
			"errno": "EINVAL"
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"socket"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 2,
2566c1
					"value": 9,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_NE"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_AUDIT_WRITE"
2566c1
				]
2566c1
			}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"socket"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 0,
2566c1
					"value": 16,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_NE"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_AUDIT_WRITE"
2566c1
				]
2566c1
			}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"socket"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": [
2566c1
				{
2566c1
					"index": 2,
2566c1
					"value": 9,
2566c1
					"valueTwo": 0,
2566c1
					"op": "SCMP_CMP_NE"
2566c1
				}
2566c1
			],
2566c1
			"comment": "",
2566c1
			"includes": {},
2566c1
			"excludes": {
2566c1
				"caps": [
2566c1
					"CAP_AUDIT_WRITE"
2566c1
				]
2566c1
			}
2566c1
		},
2566c1
		{
2566c1
			"names": [
2566c1
				"socket"
2566c1
			],
2566c1
			"action": "SCMP_ACT_ALLOW",
2566c1
			"args": null,
2566c1
			"comment": "",
2566c1
			"includes": {
2566c1
				"caps": [
2566c1
					"CAP_AUDIT_WRITE"
2566c1
				]
2566c1
			},
2566c1
			"excludes": {}
2566c1
		}
2566c1
	]
2566c1
}