]> git.ipfire.org Git - ipfire-2.x.git/commit
make.sh: Create all bind-mounts as read-only where possible
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 5 Jul 2024 08:21:10 +0000 (08:21 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 22 Jul 2024 15:21:18 +0000 (15:21 +0000)
commit27b8db2421dae81ca58300621e48e13f93a91150
tree5f67c7ec2a7daf3d2ba8018a79b5d31bcb41c1b2
parentdaa17f2e24d6e9c75ead157e77045ea3955051d6
make.sh: Create all bind-mounts as read-only where possible

This way, the build environment can no longer modify any source any
more. This was not a huge integrity problem before as Git would have
shown differences, but it might cause damage to the build system which
need to manually be recovered.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
make.sh