| Index: sandbox/win/src/sandbox_policy.h
|
| diff --git a/sandbox/win/src/sandbox_policy.h b/sandbox/win/src/sandbox_policy.h
|
| index df76c360d6a69061c9bbfc413597e373eba7020b..edac55ec91e6e6c8cc1bba7644617cbb10c0e2a9 100644
|
| --- a/sandbox/win/src/sandbox_policy.h
|
| +++ b/sandbox/win/src/sandbox_policy.h
|
| @@ -254,6 +254,11 @@ class TargetPolicy {
|
| // Adds a handle that will be shared with the target process. Does not take
|
| // ownership of the handle.
|
| virtual void AddHandleToShare(HANDLE handle) = 0;
|
| +
|
| + // Locks down the default DACL of the created lockdown and initial tokens
|
| + // to restrict what other processes are allowed to access a process' kernel
|
| + // resources.
|
| + virtual void SetLockdownDefaultDacl() = 0;
|
| };
|
|
|
| } // namespace sandbox
|
|
|