mirror of
https://passt.top/passt
synced 2025-03-20 07:58:53 +00:00
tap: Allow ioctl() and openat() for tap_ns_tun() re-initialisation
If the tun interface disappears, we'll call tap_ns_tun() after the seccomp profile is applied: add ioctl() and openat() to it. Signed-off-by: Stefano Brivio <sbrivio@redhat.com>
This commit is contained in:
parent
37c228ada8
commit
8d85b6a99e
@ -288,7 +288,7 @@ speeding up local connections, and usually requiring NAT. _pasta_:
|
||||
* ✅ all capabilities dropped, other than `CAP_NET_BIND_SERVICE` (if granted)
|
||||
* ✅ with default options, user, mount, IPC, UTS, PID namespaces are detached
|
||||
* ✅ no external dependencies (other than a standard C library)
|
||||
* ✅ restrictive seccomp profiles (25 syscalls allowed for _passt_, 37 for
|
||||
* ✅ restrictive seccomp profiles (25 syscalls allowed for _passt_, 39 for
|
||||
_pasta_ on x86_64)
|
||||
* ✅ examples of [AppArmor](/passt/tree/contrib/apparmor) and
|
||||
[SELinux](/passt/tree/contrib/selinux) profiles available
|
||||
|
Loading…
x
Reference in New Issue
Block a user