Re: [RFC PATCH 3/9] um: Add UML_SECCOMP configuration option

2024-10-10 Thread Johannes Berg
On Wed, 2024-09-25 at 22:32 +0200, Benjamin Berg wrote: > Add the UML_SECCOMP configuration options. The next commits will add the > support itself in smaller chunks. > > Only x86_64 will be supported for now. > > Signed-off-by: Benjamin Berg > Signed-off-by: Benjamin Berg > --- > arch/um/Kcon

[RFC PATCH 3/9] um: Add UML_SECCOMP configuration option

2024-09-25 Thread Benjamin Berg
Add the UML_SECCOMP configuration options. The next commits will add the support itself in smaller chunks. Only x86_64 will be supported for now. Signed-off-by: Benjamin Berg Signed-off-by: Benjamin Berg --- arch/um/Kconfig | 20 1 file changed, 20 insertions(+) diff --gi