diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-06 16:41:35 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-08-06 17:04:45 -0400 |
commit | d87a2ef78277177b363f3d603221183d22811a82 (patch) | |
tree | d5dcb1b973d3ab79d3fe331a56bc924a56f8d2b1 /src/core/execute.h | |
parent | 3475fc5899db8c8c9198573912429b85213e4862 (diff) | |
parent | 8ce9b83a8f0316b42143ad01c10e4944acc85e87 (diff) |
Merge pull request #3884 from poettering/private-users
Diffstat (limited to 'src/core/execute.h')
-rw-r--r-- | src/core/execute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/execute.h b/src/core/execute.h index 2d05ca39aa..106154f81a 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -171,6 +171,7 @@ struct ExecContext { bool private_tmp; bool private_network; bool private_devices; + bool private_users; ProtectSystem protect_system; ProtectHome protect_home; |