Commit Graph

7 Commits (master)

Author SHA1 Message Date
Michael Santos 4a94cab3b2 termux/android: seccomp: allow prctl(2) 6 months ago
Michael Santos 1b9986edcc seccomp: remove duplicates, allow mremap in stdin mode 1 year ago
Michael Santos 771822da1a 0.14.3: seccomp: add syscalls
Add syscalls for Ubuntu 22.04.
2 years ago
Michael Santos fc84ad2e9b seccomp: allow clock_gettime64
xmppipe aborts with bad system call on raspbian 11 (debian bullseye).

Possibly fixes https://github.com/msantos/xmppipe/issues/7
2 years ago
Michael Santos 15859bb11e seccomp: allowlist for termux/android 12
Update syscalls in seccomp policy for termux on android 12. With this
change, xmppipe works with the seccomp process restrictions on termux
but will still crash on exit:

* prctl(PR_SET_VMA): prctl(2) is not allowed by the stdin restrictions

* if prctl(2) is allowed, xmppipe aborts with "bad syscall" on exit. The
  system call doesn't show up in strace(1).
2 years ago
Michael Santos 0ba12c23af seccomp: allow ppoll(), faccessat() 4 years ago
Michael Santos 45e96e6ea9 s/XMPPIPE_RESTRICT/RESTRICT/gi 5 years ago