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 changed title from Check for no_new_privs required for seccomp filtering to Check for no_new_privs for seccomp filtering 2020-09-26 13:04:04 +02:00
crtxcr changed title from Check for no_new_privs for seccomp filtering to Check for incompatible/incomplete options 2020-09-26 16:20:15 +02:00
"로그인하여 이 대화에 참여"
참여자 1명
알림
마감일
마감일이 설정되지 않았습니다.
의존성

No dependencies set.

Reference: crtxcr/exile.h#3
No description provided.