aboutsummaryrefslogtreecommitdiffstats
path: root/etc/apparmor
Commit message (Collapse)AuthorAge
* firejail-local: be less restrictive with torbrowser-launcherLibravatar glitsj162024-03-16
| | | Cfr. https://github.com/netblue30/firejail/issues/6269#issuecomment-2002021790.
* torbrowser-launcher fixes (#6270)Libravatar glitsj162024-03-09
| | | | | | | | | | | | | | | Apparently Tor Browser 13.0.11 (based on Mozilla Firefox 115.8.0esr) changed a few things. The former versions installed under `${HOME}/.local/share/torbrowser/tbb/x86_64/tor-browser_en-US/Browser` and now under `${HOME}/.local/share/torbrowser/tbb/x86_64/tor-browser/Browser`. All of our tor-browser-foo.profile profiles redirect to torbrowser-launcher.profile and are covered by the fixes. torbrowser.profile was not tested. It redirects to firefox-common.profile and seems to be Gentoo-specific. Fixes #6269.
* Create mullvad-browser.profile (#5887)Libravatar glitsj162023-07-22
| | | | | | | | | Homepage: https://mullvad.net/en/download/browser/linux mullvad-browser: don't use restrict-namespaces mullvad-browser: cover both installation paths Suggested in review by @kmk3.
* firejail-local: fix examplesLibravatar glitsj162023-03-07
|
* AppArmor: add more examples to firejail-local (#5493)Libravatar glitsj162022-12-01
| | | | | * AppArmor: add more examples to firejail-local * comments fixes
* Fixed an AppArmor profile denial issue with ptrace and signals (#5317)Libravatar Азалия Смарагдова2022-08-18
|
* Update firejail-defaultLibravatar slowpeek2022-04-02
| | | Allow access to avahi-daemon socket in the apparmor profile.
* Update firejail-local for Brave + ipfsLibravatar Bundy012021-11-14
|
* apparmor base drop-in: remove chroot/overlay pathsLibravatar smitsohu2021-11-01
| | | | | | As the upstream AppArmor base abstraction does not contain references to paths in /run/firejail/mnt/oroot there is not much point to have them in our drop-in
* add basic Firejail support to AppArmor base abstraction (#3226)Libravatar smitsohu2021-10-21
|
* trim excess whitespaceLibravatar a13460542021-09-25
|
* unblock tor support in brave (#4200)Libravatar glitsj162021-04-18
| | | | | | | | | | | * opt-in for brave's native tor support * fix brave's native tor support * warn about potential tor breakage when using apparmor * update comment for opting in to tor * move brave's tor apparmor fix in brave.profile
* Add examples to allow running programs from specific home dirLibravatar glitsj162021-03-30
|
* Recommend doing overrides in local apparmor dirLibravatar glitsj162021-03-30
|
* apparmor capabilities fixLibravatar netblue302021-02-21
|
* refresh capabilities (#3945)Libravatar smitsohu2021-02-19
|
* add note for torbrowser-launcher opt-inLibravatar glitsj162021-02-15
|
* revert torbrowser-launcher ruleLibravatar glitsj162021-02-15
| | | See https://github.com/netblue30/firejail/pull/3990#discussion_r576404417.
* Allow access to torbrowser-launcher under ${HOME}Libravatar glitsj162021-02-15
| | | Follow up for https://github.com/netblue30/firejail/pull/3988. We need to allow access to torbrowser-launcher executables installed under ${HOME}. Thanks @rusty-snake and @Vincent43 for motivational input.
* added bluetooth to the list of protocols allowed by seccompLibravatar netblue302020-10-28
|
* Fix AppArmor 3.0 support (closes #3659)Libravatar Kristóf Marussy2020-10-10
| | | | | | | | | | | | AppArmor introduces the @{run} variable, which is used in <abstractions/dbus-strict> and <abstractions/dbus-session-strict> among other places. Thus, we follow suit of the built-in profiles and #include <tunables/global>, which includes <tunables/run> in AppArmor 3.0, defining the variable. As <tunables/global> exists in previous versions of AppArmor, too, this patch does not introduce a backward-compatibility issue with Apparmor 2.x.
* renamed /etc/apparmor.d/local/firejail-local to ↵Libravatar netblue302020-08-22
| | | | /etc/apparmor.d/local/firejail.default - merge form 0.9.62.4
* clarify writing to /var/mail and /var/spool/mail in apparmor (#3487)Libravatar glitsj162020-07-04
| | | | | | | * clarify writing to /var/mail and /var/spool/mail in apparmor Thunderbird seems to be our only mail client profile that enables the `apparmor` option. Users need this when they follow instructions on how to allow reading local mail. * fix mail clients rule in firejail-default
* Avoid dbus-*=filter breakage (#3432)Libravatar curiosityseeker2020-06-01
|
* small fixesLibravatar netblue302020-04-21
|
* reorganize github etc directoryLibravatar netblue302020-04-21