[File-cvs] CVS commit: file/src
Christos Zoulas
christos at zoulas.com
Mon May 11 12:06:03 EDT 2026
Module Name: file
Committed By: christos
Date: Mon May 11 16:06:03 UTC 2026
Modified Files:
file/src: file.c file.h seccomp.c
Log Message:
Improvements to seccomp from valoq:
The ERRNO_RULE allows to add new syscalls which may be used by new
versions of dependencies. As a result any changes in dependencies
that use these syscalls lead to a graceful fallback instead of
killing the process.
Also allow only readonly access in normal operation.
To generate a diff of this commit:
cvs rdiff -r1.219 -r1.220 file/src/file.c
cvs rdiff -r1.264 -r1.265 file/src/file.h
cvs rdiff -r1.36 -r1.37 file/src/seccomp.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
More information about the File-cvs
mailing list