You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -295,6 +295,7 @@ int handle_req(struct seccomp_notif *req,
addfd.id=req->id;
addfd.flags=SECCOMP_ADDFD_FLAG_SEND; // add the fd and return it, atomically
addfd.srcfd=ret;
resp->val=ret;
// note that this branch does not need the SECCOMP_IOCTL_NOTIF_SEND, because this ADDFD call already includes it due to the SECCOMP_ADDFD_FLAG_SEND flag