chiark / gitweb /
exec: introduce PrivateNetwork= process option to turn off network access to specific...
[elogind.git] / src / execute.h
index a2d9072357702e2eb25872e6e185947d9aef442f..b376e36a7aacaae720b20e6cdaa99d10b0d74e4a 100644 (file)
@@ -159,6 +159,7 @@ struct ExecContext {
         bool cpu_sched_reset_on_fork;
         bool non_blocking;
         bool private_tmp;
+        bool private_network;
 
         bool control_group_modify;