Check for incompatible/incomplete options #3

オープン
crtxcr2020-09-26 13:03:57 +02:00に作成 · 0件のコメント
オーナー

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 人の参加者
通知
期日
期日が正しくないか範囲を超えています。 'yyyy-mm-dd' の形式で入力してください。

期日は未設定です。

依存関係

依存関係が設定されていません。

リファレンス: crtxcr/exile.h#3
説明はありません。