Update InstallUDSFilters documentation to be accurate to functionality.

This commit is contained in:
Robert Tonic
2019-09-19 17:44:46 -04:00
parent 46beb91912
commit e975184bc5
+2 -2
View File
@@ -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)