index
:
slackcoder/gmid
master
Small and secure gemini server
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sandbox.c
Age
Commit message (
Expand
)
Author
2023-08-23
resurrect landlock support
Omar Polo
2023-07-24
add ability to log to files with log access <path>
Omar Polo
2023-06-24
copyright years++
Omar Polo
2023-06-23
sort pledge promises as per pledge(2)
Omar Polo
2023-06-23
drop `proc' pledge in the main process
Omar Polo
2023-06-13
drop questionable #warning
Omar Polo
2023-06-11
add a privsep crypto engine
Omar Polo
2023-06-09
fix sandbox_server_process
Omar Polo
2023-06-08
provide sandbox_main_process on !OpenBSD
Omar Polo
2023-06-08
rework the daemon to do fork+exec
Omar Polo
2023-06-06
use fatal() in code used in the daemon
Omar Polo
2023-06-06
switch to the more usual log.c
Omar Polo
2023-06-06
rename log.[ch] to logger.[ch]
Omar Polo
2023-06-05
provide a more usual fatal
Omar Polo
2023-05-08
send capsicum/landlock/seccomp hack to Valhalla
Omar Polo
2023-05-08
drop landlock/seccomp and capsicum support
Omar Polo
2022-11-27
adjust pledge/unveil on OpenBSD
Omar Polo
2022-10-05
make the various strings in the config fixed-length
Omar Polo
2022-09-06
optionally disable the sandbox on some systems
Omar Polo
2022-09-06
gc sandbox_executor_process
Omar Polo
2022-09-06
get rid of the CGI support
Omar Polo
2022-03-19
const-ify some tables
Omar Polo
2022-02-13
tightens seccomp filter: allow only openat(O_RDONLY)
Omar Polo
2022-02-13
sort syscalls in seccomp filter
Omar Polo
2022-02-13
Allow Arch-Armv7 syscalls in sandbox.c
Tobias Berger
2022-02-10
fix landlock usage
Omar Polo
2021-12-11
[seccomp] allow ugetrlimit(2), needed by glibc on armv7l
Max
2021-10-18
fmt
Omar Polo
2021-10-09
don't work around a missing -Wno-unused-parameter
Omar Polo
2021-10-02
enforce PR_SET_NO_NEW_PRIVS in the logger process
Omar Polo
2021-09-26
forgot include
Omar Polo
2021-09-26
[seccomp] allow ioctl(FIONREAD)
Omar Polo
2021-09-25
refactor landlock
Omar Polo
2021-09-19
landlock the logger process too
Omar Polo
2021-09-19
add helper function gmid_create_landlock_rs
Omar Polo
2021-09-19
landlock the server process
Omar Polo
2021-07-23
typo
Omar Polo
2021-07-23
allow fstat64
Omar Polo
2021-07-09
typo
Omar Polo
2021-07-07
style(9)-ify
Omar Polo
2021-07-03
typo
Omar Polo
2021-07-03
fix seccomp filter for ppc64le
Omar Polo
2021-07-02
configure: add --disable-sandbox
Omar Polo
2021-07-02
reworked seccomp filter
Omar Polo
2021-06-15
allow sending fd to log on to the logger process
Omar Polo
2021-05-09
fastcgi: a first implementation
Omar Polo
2021-04-30
allow ``root'' rule to be specified per-location block
Omar Polo
2021-03-31
list instead of fixed-size array for vhosts and locations
Omar Polo
2021-03-20
[seccomp] allow prlimit64
Omar Polo
2021-03-20
move all sandbox-related code to sandbox.c
Omar Polo
[next]