mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
Update InstallUDSFilters documentation to be accurate to functionality.
This commit is contained in:
@@ -30,8 +30,8 @@ func Install() error {
|
||||
return seccomp.Install(allowedSyscalls)
|
||||
}
|
||||
|
||||
// InstallUDSFilters installs the seccomp filters required to let the gofer connect
|
||||
// to a host UDS.
|
||||
// InstallUDSFilters extends the allowed syscalls to include those necessary for
|
||||
// connecting to a host UDS.
|
||||
func InstallUDSFilters() {
|
||||
// Add additional filters required for connecting to the host's sockets.
|
||||
allowedSyscalls.Merge(udsSyscalls)
|
||||
|
||||
Reference in New Issue
Block a user