Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 317155
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +3 lines)
Line  Link Here
0
-- chromium/sandbox/linux/seccomp/sandbox.cc
0
++ chromium/sandbox/linux/seccomp/sandbox.cc
Lines 444-451 Link Here
444
  }
444
  }
445
  processFdPub_                  = pair[0];
445
  processFdPub_                  = pair[0];
446
  cloneFdPub_                    = pair[2];
446
  cloneFdPub_                    = pair[2];
447
  SecureMemArgs::Args* secureMem = createTrustedProcess(pair[0], pair[1],
447
  SecureMemArgs* secureMem = createTrustedProcess(pair[0], pair[1],
448
                                                        pair[2], pair[3]);
448
                                                  pair[2], pair[3]);
449
449
450
  // We find all libraries that have system calls and redirect the system
450
  // We find all libraries that have system calls and redirect the system
451
  // calls to the sandbox. If we miss any system calls, the application will be
451
  // calls to the sandbox. If we miss any system calls, the application will be

Return to bug 317155