aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* Merge pull request #4084 from tredondo/patch-4Libravatar glitsj162021-03-11
|\ | | | | Clarify what the Description comment is for
| * Clarify what the Description comment is forLibravatar Ted Robertson2021-03-11
| |
* | Merge pull request #4082 from tredondo/patch-3Libravatar glitsj162021-03-11
|\ \ | |/ |/| Improve English in default profile template
| * Improve EnglishLibravatar Ted Robertson2021-03-11
|/
* simplify is_link functionLibravatar smitsohu2021-03-11
|
* Merge pull request #4068 from pirate486743186/patch-9Libravatar netblue302021-03-10
|\ | | | | atril support for cbz, cbr, cbt, cb7
| * adding cbr, cbt, cb7Libravatar pirate4867431862021-03-08
| |
| * atril support for cbzLibravatar pirate4867431862021-03-07
| |
* | Merge pull request #4045 from smitsohu/privatelib8Libravatar netblue302021-03-10
|\ \ | | | | | | private-lib: move to mount-only
| * | private-lib: move from copying to mounting (#3980)Libravatar smitsohu2021-03-06
| | |
* | | more jailtestLibravatar netblue302021-03-08
| | |
* | | profile fixesLibravatar rusty-snake2021-03-08
| |/ |/| | | | | | | | | | | | | | | | | ghostwriter.profile: 'dbus-user none' freeze ghostwriter when clicking on open file, 'dbus-user filter' works. This is the same as in d0004b84 for openshot looks like a QT problem. marker: allow python
* | Merge pull request #4065 from glitsj16/manLibravatar glitsj162021-03-07
|\ \ | | | | | | man firejail: fix --dbus-{system,user}.log requirement
| * | fix --dbus-{system,user}.log requirementLibravatar glitsj162021-03-07
|/ /
* | new profile: com.github.phase1geo.minderLibravatar rusty-snake2021-03-06
| |
* | Merge pull request #4037 from pirate486743186/patch-7Libravatar netblue302021-03-06
|\ \ | | | | | | adding support for "play with..." extension
| * | adding support for "play with..." extensionLibravatar pirate4867431862021-03-03
| | | | | | | | | | | | | | | | | | adding support for "play with..." extension. It uses a clever hack, so it doesn't need an external application in order to launch mpv. Also trimmed ff2mpv comment block. and added .cache/youtube-dl
* | | Merge pull request #4051 from nidamanx/patch-3Libravatar netblue302021-03-06
|\ \ \ | |_|/ |/| | Fix "Could not create AF_NETLINK socket"
| * | Fix "Could not create AF_NETLINK socket"Libravatar Nicola Davide Mannarelli2021-03-05
| | |
* | | Merge pull request #4048 from tredondo/patch-1Libravatar Reiner Herrmann2021-03-05
|\ \ \ | | | | | | | | Grammar
| * | | GrammarLibravatar Ted Robertson2021-03-04
| | | |
* | | | man text for --include commandLibravatar netblue302021-03-05
| |/ / |/| |
* | | Merge pull request #4043 from smitsohu/privatelib7Libravatar netblue302021-03-05
|\ \ \ | | | | | | | | private-lib: mask /usr/local/lib[,64] directories, too
| * | | private-lib: mask /usr/local/lib[,64] directories, tooLibravatar smitsohu2021-03-04
| | | |
* | | | Merge pull request #4042 from smitsohu/privatelib6Libravatar netblue302021-03-05
|\| | | | | | | | | | | private-lib hardening
| * | | private-lib hardeningLibravatar smitsohu2021-03-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ensure that libraries are loaded from a default ld.so search path it is reasonable for firejail to expect that unprivileged users have no write permission on these paths; lax permissions there mean that the system is probably screwed anyway
* | | | Merge pull request #4041 from smitsohu/traceLibravatar netblue302021-03-05
|\ \ \ \ | | | | | | | | | | sandbox setup: postpone library preloading
| * | | | sandbox setup: postpone library preloadingLibravatar smitsohu2021-03-03
| |/ / / | | | | | | | | | | | | | | | | for now avoids mixing of traces from sandbox helpers into application traces
* | | | Merge pull request #4040 from smitsohu/loggerLibravatar netblue302021-03-05
|\ \ \ \ | | | | | | | | | | sandbox setup: postpone fslogger
| * | | | sandbox setup: postpone fsloggerLibravatar smitsohu2021-03-03
| |/ / / | | | | | | | | | | | | | | | | | | | | postpone writing of log file in order to catch filesystem modifications from x11 functions
* | | | Merge pull request #4038 from rusty-snake/zsh-comp-improvementsLibravatar netblue302021-03-05
|\ \ \ \ | | | | | | | | | | Zsh completion improvements
| * | | | zsh-comp: better value completionLibravatar rusty-snake2021-03-03
| | | | |
| * | | | zsh-comp: make some options mutually exclusiveLibravatar rusty-snake2021-03-03
| | | | |
| * | | | zsh-comp: order and sortLibravatar rusty-snake2021-03-01
| | | | |
| * | | | zsh-comp: Use easiery syntaxLibravatar rusty-snake2021-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't understand the current brace expansions, so let's use a easier one: --foo <> one-time; no argument *--foo <> multi-time; no argument --foo=- <> one-time; with argument (direct after the =) *--foo=- <> multi-time; with argument (direct after the =)
* | | | | Merge pull request #4036 from rusty-snake/has_privateLibravatar netblue302021-03-05
|\ \ \ \ \ | | | | | | | | | | | | Add new condition ?HAS_PRIVATE:
| * | | | | Add new condition ?HAS_PRIVATE:Libravatar rusty-snake2021-03-03
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | Idea from @vinc17fr https://github.com/netblue30/firejail/issues/4026#issuecomment-789178572
* | | | | Merge pull request #3997 from nidamanx/patch-2Libravatar netblue302021-03-05
|\ \ \ \ \ | |_|_|_|/ |/| | | | Create nextcloud-desktop.profile
| * | | | Update etc/profile-m-z/nextcloud.profileLibravatar Nicola Davide Mannarelli2021-02-22
| | | | | | | | | | | | | | | Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
| * | | | Change as nexcloud.profile aliasLibravatar Nicola Davide Mannarelli2021-02-22
| | | | |
| * | | | Add nextcloudLibravatar Nicola Davide Mannarelli2021-02-22
| | | | |
| * | | | Add nextcloudLibravatar Nicola Davide Mannarelli2021-02-22
| | | | |
| * | | | Add nextcloud-desktopLibravatar Nicola Davide Mannarelli2021-02-20
| | | | |
| * | | | Add nextcloud-desktopLibravatar Nicola Davide Mannarelli2021-02-20
| | | | |
| * | | | Add nextcloud-desktopLibravatar Nicola Davide Mannarelli2021-02-20
| | | | |
| * | | | Fully working profileLibravatar Nicola Davide Mannarelli2021-02-20
| | | | | | | | | | | | | | | | | | | | This seems the only way to have a fully working profile Are there some security issues?
| * | | | Deleted three noblacklist and one dbus-user.ownLibravatar Nicola Davide Mannarelli2021-02-19
| | | | |
| * | | | Add more dbus paramsLibravatar Nicola Davide Mannarelli2021-02-19
| | | | |
| * | | | Update nextcloud-desktop.profileLibravatar Nicola Davide Mannarelli2021-02-18
| | | | | | | | | | | | | | | Added apparmor, dbus-system none
| * | | | Add more parameters and optional ${DOCUMENTS}Libravatar Nicola Davide Mannarelli2021-02-18
| | | | |