aboutsummaryrefslogtreecommitdiffstats
path: root/etc/profile-m-z/qpdf.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
* profiles: streamline seccomp socket comment (#5735)Libravatar glitsj162023-03-14
| | | | | No functional changes. Relates to #639.
* New profiles: qpdf and redirects (#5675)Libravatar glitsj162023-02-23
* Create qpdf.profile and redirects qpdf (CLI) provides PDF metadata cleaning. See privacy-handbuch.de[1] for details. The site offers pdf-meta-clean.sh[2], which works very well with firejailed qpdf. [1] https://www.privacy-handbuch.de/handbuch_43a.htm [2] https://www.privacy-handbuch.de/download/pdf-meta-clean.sh * RELNOTES: add qpdf and redirects to new profiles section * firecfg.config: add qpdf and redirects * qpdf: use 'seccomp socket' instead of 'protocol unix' See https://github.com/netblue30/firejail/issues/639. Thanks @rusty-snake in code review.