mrrl

Minimal Reliable Reproducible Linux
git clone https://ccx.te2000.cz/git/mrrl
Log | Files | Refs | Submodules | README

commit f8934acb91f029dc6b4ce05806e31495104cdea3
parent d11c63f0d6aeb295096f74d9ea845cd4ad336622
Author: ccx <ccx@te2000.cz>
Date:   Tue,  6 May 2025 00:21:46 +0000

more allowed syscalls

Diffstat:
Mfiles/default-policy.easyseccomp | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/files/default-policy.easyseccomp b/files/default-policy.easyseccomp @@ -57,8 +57,11 @@ $syscall in ( ) => ALLOW(); $syscall in ( -@mknod, @mknodat +@mknod, @mknodat, +rt_sigreturn, +sync, syncfs ) => ALLOW(); + $syscall in KERNEL(5.3) => ERRNO(EPERM); => ERRNO(ENOSYS);