Check for incompatible/incomplete options #3

Open
2020-09-26 13:03:57 +02:00 geopend door crtxcr · 0 opmerkingen
Eigenaar

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 titel aangepast van Check for no_new_privs required for seccomp filtering naar Check for no_new_privs for seccomp filtering 2020-09-26 13:04:04 +02:00
crtxcr titel aangepast van Check for no_new_privs for seccomp filtering naar Check for incompatible/incomplete options 2020-09-26 16:20:15 +02:00
Log in om deel te nemen aan deze discussie.
Geen mijlpaal
Niet toegewezen
1 deelnemers
Notificaties
Vervaldatum
De deadline is ongeldig of buiten bereik. Gebruik het formaat 'jjjj-mm-dd'.

Geen vervaldatum ingesteld.

Afhankelijkheden

Geen afhankelijkheden ingesteld.

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