summaryrefslogtreecommitdiff
path: root/sandbox.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into curl-smtpGravatar shtrophic2025-01-241-1/+8
|\
| * Sandbox fixesGravatar shtrophic2025-01-231-1/+8
* | add port parsing for sandboxingGravatar shtrophic2025-01-201-16/+15
|/
* Don't fail Linux sandboxing if /usr/sbin/sendmail does not exist.Gravatar default2025-01-061-1/+1
* Minor rework to sandbox code.Gravatar default2025-01-061-61/+59
* Fixed sandboxing of the unix socket.Gravatar default2025-01-061-2/+8
* Disable sandboxing by default for now.Gravatar default2025-01-051-5/+10
* Fixed crash in sandbox code under OpenBSD.Gravatar default2025-01-051-1/+0
* More sandbox compilation tweaks under Alpine Linux.Gravatar default2025-01-051-0/+2
* Added some autodetection for Linux landlocking on older systems.Gravatar default2025-01-051-4/+15
* New compilation variable WITHOUT_SANDBOX, to disable all sandboxing.Gravatar default2025-01-051-0/+12
* Minor sandbox fix for Debian stable.Gravatar default2025-01-051-2/+4
* use correct macros for compatibilityGravatar shtrophic2024-12-301-9/+9
* use compat macros to compile on kernels without LANDLOCK_ACCESS_NET_*Gravatar shtrophic2024-12-261-3/+3
* don't try to make files directory-readableGravatar shtrophic2024-12-081-22/+22
* make log output specific to landlock statusGravatar shtrophic2024-12-081-3/+4
* cleanup rulesGravatar shtrophic2024-12-081-23/+29
* import landloc.hGravatar shtrophic2024-12-051-129/+44
* make sendmail executable if configuredGravatar shtrophic2024-11-191-1/+4
* only rwc /dev/shm when WITHOUT_SHM is undefinedGravatar shtrophic2024-11-191-0/+2
* remove unused headersGravatar shtrophic2024-11-161-2/+1
* add distinction between RWC with directories and without, include FS_REFER pe...Gravatar shtrophic2024-11-161-11/+14
* sandboxing port to linux via landlockGravatar shtrophic2024-11-161-0/+184