X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fcore%2Fexecute.h;h=187165cdc26b1c113bdd679495de1f8e43aec528;hp=2083c2971ba77660c29cd10c220900a911f54671;hb=8351ceaea9480d9c2979aa2ff0f4982cfdfef58d;hpb=cd96b3b86abb4a88cac2722bdfb6e5d4413f6831;ds=sidebyside diff --git a/src/core/execute.h b/src/core/execute.h index 2083c2971..187165cdc 100644 --- a/src/core/execute.h +++ b/src/core/execute.h @@ -164,6 +164,8 @@ struct ExecContext { bool private_tmp; bool private_network; + bool no_new_privileges; + bool control_group_modify; int control_group_persistent; @@ -174,6 +176,8 @@ struct ExecContext { * don't enter a trigger loop. */ bool same_pgrp; + uint32_t *syscall_filter; + bool oom_score_adjust_set:1; bool nice_set:1; bool ioprio_set:1;