OXIESEC PANEL
- Current Dir:
/
/
usr
/
share
/
doc
/
liblxc-common
/
examples
Server IP: 10.0.0.4
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
10/14/2020 08:20:16 AM
rwxr-xr-x
📄
lxc-complex.conf
712 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-empty-netns.conf
118 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-macvlan.conf
289 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-no-netns.conf
84 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-phys.conf
305 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-veth.conf
332 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
lxc-vlan.conf
308 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
seccomp-v1.conf
1.35 KB
11/23/2018 04:49:34 AM
rw-r--r--
📄
seccomp-v2-blacklist.conf
334 bytes
11/23/2018 04:49:34 AM
rw-r--r--
📄
seccomp-v2.conf
659 bytes
11/23/2018 04:49:34 AM
rw-r--r--
Editing: seccomp-v2.conf
Close
2 whitelist trap # 'whitelist' would normally mean kill a task doing any syscall which is not # whitelisted below. By appending 'trap' to the line, we will cause a SIGSYS # to be sent to the task instead. 'errno 0' would mean don't allow the system # call but immediately return 0. 'errno 22' would mean return EINVAL immediately. [x86_64] open close read write mount umount2 # Since we are listing system calls by name, we can also ask to have them resolved # for another arch, i.e. for 32/64-bit versions. [x86] open close read write mount umount2 # Do note that this policy does not whitelist enough system calls to allow a # system container to boot.