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

(-)content/common/sandbox_seccomp_bpf_linux.cc.orig (+1 lines)
Lines 1540-1545 Link Here
1540
// Start a broker process to handle open() inside the sandbox.
1540
// Start a broker process to handle open() inside the sandbox.
1541
void InitGpuBrokerProcess(Sandbox::EvaluateSyscall gpu_policy,
1541
void InitGpuBrokerProcess(Sandbox::EvaluateSyscall gpu_policy,
1542
                          BrokerProcess** broker_process) {
1542
                          BrokerProcess** broker_process) {
1543
  return;
1543
  static const char kDriRcPath[] = "/etc/drirc";
1544
  static const char kDriRcPath[] = "/etc/drirc";
1544
  static const char kDriCard0Path[] = "/dev/dri/card0";
1545
  static const char kDriCard0Path[] = "/dev/dri/card0";
1545
1546

Return to bug 471198