|
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 |
|