aboutsummaryrefslogtreecommitdiffstats
path: root/etc/firefox-common.profile
Commit message (Collapse)AuthorAge
* Add Comment Mentioning that `nodbus` Breaks Native Notifications (#3011)Libravatar Julian2019-10-26
| | | Signed-off-by: Julian Schacher <jspp@posteo.net>
* Use new seccomp syntax from #2926Libravatar rusty-snake2019-08-30
|
* Streamline redirect profiles (follow-up) (#2803)Libravatar glitsj162019-06-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (2) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3) * Streamline redirect profiles (3)
* coalesce comments in firefox-common profileLibravatar smitsohu2019-06-16
|
* Sort comented private-{bin,etc} linesLibravatar rusty-snake2019-06-16
| | | | in addition to 019fa047, c7d34b5e, 0a9beba3, cbdbb0f0.
* some comment fixesLibravatar rusty-snake2019-05-25
|
* Add a conditional to control DRM/noexec exception for browsersLibravatar Tad2019-04-13
|
* add disable-exec.inc to all profiles with apparmor (#2576)Libravatar smitsohu2019-03-12
| | | | | | * add disable-exec.inc to all profiles with apparmor - #2385 #2505 * drop disable-exec.inc from generic electron.profile
* Add comments to firefox-common.profile (#2541)Libravatar glitsj162019-03-08
|
* Add alternatives to private-etc for profiles in etc/Libravatar Fred-Barclay2019-02-17
| | | | See discussion in #2399
* Add '$HOME/.local/share/pki' to blacklistLibravatar Vincent432019-02-03
| | | | | Since nss 3.42, '$HOME/.local/share/pki' is supported dir for storing certs https://hg.mozilla.org/projects/nss/rev/da45424cb9a0b4d8e45e5040e2e3b574d994e254
* Temporary fix for noexec ${HOME} breakageLibravatar Tad2019-02-02
|
* removed mincore syscall from default seccomp filterLibravatar netblue302019-01-23
|
* adding mincore syscall to the default seccomp filter and some independent ↵Libravatar netblue302019-01-14
| | | | profiles
* Fixes #1951Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-12-09
|
* Add new config option to disable U2F in browsers, enabled by defaultLibravatar Tad2018-11-05
|
* Expanded the comment about nodbus breaking stuffLibravatar alexara2018-10-30
| | | | | | As I figured out nodbus may break the streaming experience with Firefox 63.0 on Plasma 5.14.2, Framework 5.51.0 * KDE Connect: Users won't be able to control a stream with KDE Connect anymore * power management: During a stream the screen may dim or turn off
* Merge pull request #2201 from SkewedZeppelin/u2f-apLibravatar netblue302018-10-17
|\ | | | | Add nou2f to all profiles
| * Add nou2f to all profilesLibravatar Tad2018-10-15
| | | | | | | | - Closes #2194
* | Remove "/etc/firejail/" from all include paths, now that profile_read will ↵Libravatar Glenn Washburn2018-10-17
|/ | | | search for the file.
* Document that nodbus breaks Ubuntu titlebar menu (#1942)Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-25
|
* Add warning that nodbus + blacklist of python3 breaks Gnome connector (see ↵Libravatar ಚಿರಾಗ್ ನಟರಾಜ್2018-07-11
| | | | #2026)
* avoid including globals.local more than onceLibravatar glitsj162018-06-20
| | | Fixes https://github.com/netblue30/firejail/issues/2006
* Update firefox-common.profileLibravatar PizzaDude2018-05-09
|
* disable tracelog in firefox-common.profileLibravatar PizzaDude2018-05-09
| | | tracelog breaks firefox 60+ catastrophically in my testing
* add back shell=none to firefox-commonLibravatar smitsohu2018-04-09
| | | | after bbaba69f23ae9e181677044b5afb8c29b3eb83b5
* Replace shell and seccomp filter for firefox >= 60, should fix #1765 and #1847Libravatar Fred-Barclay2018-04-07
|
* WIP: Blacklist common programming interpreters. (#1837)Libravatar Fred Barclay2018-04-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Use path variable instead of full path when blacklisting devel tools. * Part 1: blacklist python, perl, ruby, etc in disable-interpreters.inc * Part 2: allow access to java as needed * Typo: missing blacklist * Part 3: allow perl access as needed * typo * Add xreader thumbnailer and previewer profiles * Add xplayer audio-preview and thumbnailer profiles * Add atril thumbnailer and previewer profiles * More fixups after adding disable-interpreters.inc * Blacklist javac * More javac noblacklisting * Remove javac from dex2jar, libreoffice, multimc5, and pdfsam profiles * --nodbus, first draft for #1825 * dbus.c * rework akonadi integration the usr.sbin.mysqld-akonadi apparmor profile, enforced by default in ubuntu and debian testing (and probably opensuse), doesn't play well with a number of firejail options. the reason for this is that once the no_new_privs bit is set, apparmor profile transitions are forbidden. enforcing our own apparmor policy instead is also no solution, because these programs don't even start without d-bus. relaxing the kmail profile was necessary so that kmail can fire up akonadi itself, just in case akonadi has not been started earlier already by another program. this is always an issue when kmail is the only installed akonadi client, but there may be more circumstances. for reasons outlined above this doesn't help debian and ubuntu (opensuse?) users though :-/ a brief summary of the seccomp exceptions: chroot is needed for qt webengine, io_prioset for the akonadi indexing agent, io_getevents, io_submit, io_setup are needed for mysqld. when akonadi has an sqlite3 backend, less exceptions to the seccomp filter are necessary, but mysqld is the default. in the future all kontact suite profiles (itm only kmail, knotes) should probably be redirections to akonadi_control, but the issues with apparmor make this somewhat impractical for now (options like 'protocol' couldn't go to akonadi_control.local any more, if current kmail redirected to there). * Add nodbus to some profiles - part 1 * Spotify works with nodbus on Arch * Enable nodbus for keepassx and keepassxc profiles. I've tested on keepassxc but should work for keepassx as well. Settings are not immutable. * recalibrate dbus access, deploy nodbus option see #1822 and #1825. also systematically replaces 'blacklist /run/user/*/bus' with 'nodbus'. with contributions from @Fred-Barclay * various blacklist additions * Add a profile for ncdu, enable private-etc in Steam again, and fixup gnome-recipes * comment nodbus where it interferes with dconf pending further discussion * Add a disabled and extensive private-bin for Steam * Further improve private-bin in steam * comment apparmor, net where they interfere with dconf - #1843 * gnome-calculator fixup * spectre support for clang compiler * spectre clang support * enable/disable dbus handling in /etc/firejail/firejail.config * nodbus man pages, etc. * redirect knotes to kmail, some tweaks * testing * gimp fixup * Even more fixups after adding disable-interpreters.inc * AWS and GCP store credentials in local directories as part of project setup. Configuration for cloud providers is sensitive information; it should be in the default block list. I didn't see profiles for gcloud or awscli, so haven't added any exclusions. boto and kubectl are not provider-specific, but also store credentials for whichever platforms they happen to be being used with. * testing * consolidate makefiles * gitignore * Use path variable instead of full path when blacklisting devel tools. * Part 1: blacklist python, perl, ruby, etc in disable-interpreters.inc * Part 2: allow access to java as needed * Typo: missing blacklist * Part 3: allow perl access as needed * typo * More fixups after adding disable-interpreters.inc * Blacklist javac * More javac noblacklisting * Remove javac from dex2jar, libreoffice, multimc5, and pdfsam profiles * Cleanup rebase leftovers * imagej doesn't need javac access * Add cc to blacklisted compilers * Use wildcards when blacklisting some gcc paths * Blacklist lua in disable-interpreters * Correct blacklist for node.js * Fred Barclay note: some of these commits (all of the ones that don't affect files inside etc/) aren't mine but were added during a rebase + squash
* Add nodbus to some profiles - part 1Libravatar Fred-Barclay2018-03-26
|
* Move apparmor option to the top of the options list in all profilesLibravatar Tad2018-03-17
|
* Add ld.so.cache to firefox-common.profile, fixes #1767Libravatar smitsohu2018-02-26
|
* enable apparmor for all firefox and chromium based browsers; enable apparmor ↵Libravatar netblue302018-02-19
| | | | for tranamission-gtk and transmission-qt
* Further unify private-etc in Firefox-based browsersLibravatar Tad2018-02-11
|
* Breakout noblacklists/whitelsits for common addons/plugins/programs from ↵Libravatar Tad2018-02-11
| | | | firefox-common
* Unify all Chromium and Firefox based browser profiles as part of #1773Libravatar Tad2018-02-11