X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=execute.h;h=f820d56cb85a2ba5e21301b3786a2288a9ff5f0b;hp=cafaf6b631c213226a76b99d2632c084424ebce3;hb=d7c114c00030309435fc56c77c8578a25d228ebe;hpb=9d58f1dbdb77be332731fb490d0d7f91a5718da8 diff --git a/execute.h b/execute.h index cafaf6b63..f820d56cb 100644 --- a/execute.h +++ b/execute.h @@ -109,6 +109,9 @@ struct ExecContext { char *group; char **supplementary_groups; + char **read_write_dirs, **read_only_dirs, **inaccessible_dirs; + unsigned long mount_flags; + uint64_t capability_bounding_set_drop; cap_t capabilities; @@ -116,6 +119,7 @@ struct ExecContext { bool cpu_sched_reset_on_fork; bool non_blocking; + bool private_tmp; bool oom_adjust_set:1; bool nice_set:1;