Prior to this change, the unveil(2) system call enforced a very harsh filter by default. This led, for example, to the situation that external scripts could not be installed. This change now allows this and has been tested out by me for over a month so far.
Checklist (script update)
[x] Author has been contacted
[x] Single commit, single file added
[x] Commit message format: script_name.py X.Y: …
[x] Script version and Changelog have been updated
[x] For Python script: works with Python 3 (Python 2 support is optional)
Script info
Description
Prior to this change, the
unveil(2)
system call enforced a very harsh filter by default. This led, for example, to the situation that external scripts could not be installed. This change now allows this and has been tested out by me for over a month so far.Checklist (script update)
script_name.py X.Y: …