aboutsummaryrefslogtreecommitdiffstats
path: root/etc/gwenview.profile
Commit message (Collapse)AuthorAge
* Fix printer detection in okular and gwenviewLibravatar Vincent432019-08-07
|
* automatically fixed all private-{bin,etc} linesLibravatar rusty-snake2019-06-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 alternatives to private-etc for profiles in etc/Libravatar Fred-Barclay2019-02-17
| | | | See discussion in #2399
* misc profile hardening (xdg blacklist, private-cache, netfilter)Libravatar smitsohu2019-01-30
|
* improve gwenview and dolphin profiles - #2306 #2348Libravatar smitsohu2019-01-22
|
* 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.
* Cleanup descriptionsLibravatar Tad2018-08-13
|
* Add descriptions to profiles, pulled from Ubuntu 18.04Libravatar Tad2018-08-13
|
* gimp v.2.10 preparationsLibravatar smitsohu2018-04-03
|
* 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
* recalibrate dbus access, deploy nodbus optionLibravatar smitsohu2018-03-28
| | | | | | | see #1822 and #1825. also systematically replaces 'blacklist /run/user/*/bus' with 'nodbus'. with contributions from @Fred-Barclay
* harden konversation and kwrite, minor fixesLibravatar smitsohu2018-03-18
|
* enable private-etc for gwenviewLibravatar smitsohu2018-02-06
|
* KDE related enhancementsLibravatar smitsohu2018-02-01
|
* some profile improvementsLibravatar smitsohu2017-11-19
|
* Consistent home directory nomenclatureLibravatar Fred-Barclay2017-11-17
|
* harden kdeLibravatar smitsohu2017-10-31
| | | | | and whitelist kioslaverc because we don't know if kdeinit will run outside or inside the sandbox.
* gimp globbingLibravatar smitsohu2017-10-20
|
* enhance scribus, gwenviewLibravatar smitsohu2017-10-18
|
* add whitelist-var-common to some profilesLibravatar smitsohu2017-09-25
|
* little KDE app enhancementsLibravatar smitsohu2017-09-15
|
* Fix nodvd placementLibravatar Tad2017-08-13
|
* added nodvd to most profilesLibravatar netblue302017-08-13
|
* Fix notv placementLibravatar Tad2017-08-11
|
* added notv to most profilesLibravatar netblue302017-08-11
|
* various little profile fixes and enhancements (#1442)Libravatar smitsohu2017-08-08
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add novideo * add novideo * add novideo * put noexec last * blacklist Clementine configuration and database * blacklist Clementine configuration and database * add novideo * add novideo, permit access to ~/.java * add novideo * spoof machine-id * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * mimeapps.list is already in whitelist-common.inc * ~/.local/share/applications is already read-only see disable-common.inc * drop machine-id option private-etc hides it anyway
* Fix comments in 88 profilesLibravatar Tad2017-08-07
| | | | There may actually be some other comments that were removed, but the bulk have been restored
* Unify all profilesLibravatar Tad2017-08-07
|
* Gwenview: drop kbuildsycoca5 from private-binLibravatar Vladimir Schowalter2017-08-04
|
* profile fixesLibravatar Vladimir Schowalter2017-08-04
| | | | | | | | * Update qbittorrent.profile * Update gwenview.profile * Update disable-programs.inc
* Add noexec to more profiles as tested by @curiosity-seekerLibravatar Tad2017-08-02
| | | | See https://github.com/netblue30/firejail/pull/1367#issuecomment-315793729
* added /etc/firejail/globals.local for global customizationsLibravatar netblue302017-05-23
|
* Okular and Gwenview profiles, Baloo blacklist (#1198)Libravatar SYN-cook2017-04-08
| | | | | | | | | | | | | | | | | | | | | | | | | | * okular private-bin update confirmed that lpr is required for printing, as suggested in #421 * update gwenview private-bin only for KDE4 builds, patch is not necessary for recent gwenview versions * blacklist baloo * update blacklist (okular) * update noblacklist * update noblacklist (okular) * tidy up * update noblacklist/whitelist (okular) * update blacklist (k3b) * uncomment private-bin, shell none
* update (local/share/org.kde.gwenview)Libravatar SYN-cook2017-04-04
|
* restrict more KDE files (#1181)Libravatar SYN-cook2017-03-31
| | | | | | | | | | * update noblacklist * blacklist local plasma overrides, plasmoids * add more KDE configuration (kdeglobals, plasmoids) * kdeglobals now in disable-common.inc
* undo netlink additionLibravatar SYN-cook2017-03-25
|
* update gwenview.profileLibravatar SYN-cook2017-03-24
| | | | | - gwenview listens for uevents to see if a monitor was plugged in, hence the need for netlink. This fixes an error message on startup, I unfortunately couldn't check if the feature actually works now - nosound removes the sound from video previews - add KDE5 folders
* persistent support for all profile filesLibravatar netblue302017-02-09
|
* squash attempt 2Libravatar Fred-Barclay2016-10-24
|
* nosoundLibravatar netblue302016-07-08
|
* merged Various #542 pull request from Fred-BarclayLibravatar netblue302016-05-31
|
* profiles: Add nonewprivs where sensibleLibravatar The Fox in the Shell2016-05-25
|
* added okular and gwenview profilesLibravatar netblue302016-04-18