chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
exec: introduce PrivateNetwork= process option to turn off network access to specific...
[elogind.git]
/
src
/
execute.h
diff --git
a/src/execute.h
b/src/execute.h
index
a2d9072
..
b376e36
100644
(file)
--- a/
src/execute.h
+++ b/
src/execute.h
@@
-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;