X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=be811a97c1eed556be9258beb6fd402c83142204;hb=f366d58dc1fe51b300167446597750d29687c3c5;hp=989373f4818f20a9c40c364dccd5fdb32cee312e;hpb=09812eb764b440651f3ff4cb5d37bd343f800560;p=elogind.git diff --git a/src/core/execute.h b/src/core/execute.h index 989373f48..be811a97c 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -133,6 +133,8 @@ struct ExecContext { char *utmp_id; + char *selinux_context; + char **read_write_dirs, **read_only_dirs, **inaccessible_dirs; unsigned long mount_flags; @@ -149,6 +151,7 @@ struct ExecContext { bool non_blocking; bool private_tmp; bool private_network; + bool private_devices; bool no_new_privileges;