aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/tesseract.profile
Commit message (Collapse)AuthorAge
* profiles: drop hostname option (#5702)Libravatar glitsj162023-03-14
| | | | | | | | Now that we have randomized UTS namespaces support[1] by default for every sandbox, there's no longer a need to set hostname to a fixed value. This commit removes such fixed hostname entries from all profiles that have it. [1] https://github.com/netblue30/firejail/discussions/5597#discussioncomment-4996357
* private-etc: big profile changesLibravatar netblue302023-02-05
|
* New profile: tesseract (#5516)Libravatar glitsj162022-12-09
* Add firecfg support for tesseract * Add tesseract to 'New profiles' section in README.md * Create tesseract.profile * tesseract: fix private-etc * tesseract: fix XDG black/whitelisting * tesseract: use 'seccomp socket' instead of 'protocol unix' As kindly suggested by @rusty-snake. * tesseract: add 'restrict-namespaces' As kindly suggested by @rusty-snake. * tesseract: use full seccomp filtering The tesseract application works fine without 'protocol' or 'seccomp socket'.