Check for incompatible/incomplete options #3

開放中
建立於 2020-09-26 13:03:57 +02:00crtxcr · 0 comment
擁有者

Currenlty, no_new_privs can be 0 and seccomp filtering enabled, causing prctl to fail

Possible solutions:

  1. Silently enable no_new_privs when seccomp filter given (probably not)
  2. Check for this and drop out with an error message. Check other combinations like this.

Same problem with chroot and namespaces options

Currenlty, no_new_privs can be 0 and seccomp filtering enabled, causing prctl to fail Possible solutions: 1) Silently enable no_new_privs when seccomp filter given (probably not) 2) Check for this and drop out with an error message. Check other combinations like this. Same problem with chroot and namespaces options
crtxcr 將標題從 Check for no_new_privs required for seccomp filtering 改為 Check for no_new_privs for seccomp filtering 2020-09-26 13:04:04 +02:00
crtxcr 將標題從 Check for no_new_privs for seccomp filtering 改為 Check for incompatible/incomplete options 2020-09-26 16:20:15 +02:00
登入 才能加入這對話。
1 參與者
通知
截止日期
未設定截止日期。
先決條件

未設定先決條件。

參考: crtxcr/exile.h#3
No description provided.