simplesurance / baur

An incremental task runner for mono repositories.
GNU General Public License v2.0
339 stars 10 forks source link

Limit access to files specified as input #141

Open fho opened 4 years ago

fho commented 4 years ago

To ensure that all inputs of a command are specified, prevent that a command can access other files in the repository.

15.12.2022 I'm working on realizing it the following way:

The executed process will run in the original directory but only the input-files of the task are accessible.

fho commented 3 weeks ago

alternative: https://github.com/shoenig/go-landlock