Allow usage on platforms without seccomp #27
Etiquetas
Sin etiquetas
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
Sin Milestone
No asignados
1 participantes
Notificaciones
Fecha de vencimiento
Sin fecha de vencimiento.
Dependencias
No se han establecido dependencias.
Referencia: crtxcr/exile.h#27
Cargando…
Referencia en una nueva incidencia
Block a user
No se ha proporcionado una descripción.
Eliminar rama "%!s() "
Eliminar una rama es permanente. Aunque la rama eliminada puede continuar existiendo durante un corto tiempo antes de que sea eliminada, en la mayoría de los casos NO PUEDE deshacerse. ¿Continuar?
It's not relevant for our other features, therefore just because a platform does not have seccomp does not mean we should not be able to use the whole of exile.h
Either make #ifdefs, but then code using exile must also have such checks, which is annoying.
Alternatively, check this during runtime, then either make an error if seccomp funcitonality is used, or allow to silently continue, but this should be optional, and probably default off.