2022-08-15 03:16:44 +00:00
|
|
|
DESCRIPTION
|
|
|
|
|
|
|
|
Landlock Make is a fork of GNU Make that adds support for automatic
|
|
|
|
sandboxing, resource limits, and network access restrictions.
|
|
|
|
|
2021-10-26 17:49:30 +00:00
|
|
|
ORIGIN
|
|
|
|
|
2022-08-15 03:16:44 +00:00
|
|
|
GNU Make 4.3
|
|
|
|
http://ftp.gnu.org/gnu/make/make-4.3.tar.gz
|
|
|
|
|
|
|
|
LICENSE
|
|
|
|
|
|
|
|
GNU GPL version 3 or later
|
|
|
|
http://gnu.org/licenses/gpl.html
|
2022-08-06 10:51:50 +00:00
|
|
|
|
|
|
|
LOCAL CHANGES
|
|
|
|
|
2022-08-15 03:16:44 +00:00
|
|
|
- .INTERNET variable to allow internet access
|
|
|
|
- .PLEDGE variable which restricts system calls
|
|
|
|
- .UNVEIL variable which controls Landlock LSM
|
|
|
|
- .STRICT variable to disable implicit unveiling
|
|
|
|
- .UNSANDBOXED variable to disable pledge / unveil
|
|
|
|
- .CPU variable which tunes CPU rlimit in seconds
|
|
|
|
- .MEMORY variable for virtual memory limit, e.g. 512m
|
2022-08-15 22:18:37 +00:00
|
|
|
- .RSS variable for resident memory limit, e.g. 512m
|
2022-08-15 03:16:44 +00:00
|
|
|
- .FSIZE variable which tunes max file size, e.g. 1g
|
|
|
|
- .NPROC variable which tunes fork() / clone() limit
|
2022-08-15 22:18:37 +00:00
|
|
|
- .NOFILE variable which tunes file descriptor limit
|
|
|
|
- .MAXCORE variable to set upper limit on core dumps
|
2022-08-15 03:16:44 +00:00
|
|
|
- Do automatic setup and teardown of TMPDIR per rule
|
2022-08-06 10:51:50 +00:00
|
|
|
- Remove code that forces slow path if not using /bin/sh
|
2022-08-15 03:16:44 +00:00
|
|
|
- Remove 200,000 lines of VAX/OS2/DOS/AMIGA/etc. code
|