about summary refs log tree commit diff stats
path: root/src/utils/sandbox.nim
Commit message (Expand)AuthorAgeFilesLines
* sandbox: stricter fcntl policybptato2024-09-141-4/+17
* Fix 1.6.14 compilationbptato2024-09-071-1/+1
* sandbox: allow futex in network/buffer sandboxbptato2024-09-061-1/+2
* sixel, stbi, sandbox: fix fstat sandbox violationbptato2024-09-041-2/+23
* sandbox: allow ugetrlimitbptato2024-08-091-0/+1
* client, sandbox: fix termux buildbptato2024-07-241-3/+51
* main: misc improvementsbptato2024-07-051-3/+20
* pager: PNGify kitty images, clear images on buffer switchbptato2024-07-021-1/+1
* img, loader: add image resizing, misc fixesbptato2024-06-281-0/+2
* img: use stb_image, drop zlib as dependencybptato2024-06-201-2/+3
* sandbox: add sigreturnbptato2024-05-211-0/+2
* config: separate tmp dir for sockets, usersbptato2024-05-161-2/+0
* sandbox: allow getpid in seccomp network sandboxbptato2024-04-271-0/+1
* sandbox: remove unveil callbptato2024-04-231-7/+4
* sandbox: allow syscalls for epoll Nim selectorsbptato2024-04-201-0/+4
* http: fix sandbox violation in readFromStdinbptato2024-04-191-0/+2
* sandbox: seccomp support on Linuxbptato2024-04-181-2/+118
* sandbox: add OpenBSD pledge/unveil supportbptato2024-04-031-3/+26
* Add capsicum supportbptato2024-03-281-0/+13