]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/execute.h
core: add new PrivateUsers= option to service execution
[thirdparty/systemd.git] / src / core / execute.h
index 48cc18fbb37fd1fe814e2f582a895d1d14d00836..5fac3e85e86cfab1f4fda222839aaaec4d674084 100644 (file)
@@ -171,6 +171,7 @@ struct ExecContext {
         bool private_tmp;
         bool private_network;
         bool private_devices;
+        bool private_users;
         ProtectSystem protect_system;
         ProtectHome protect_home;