summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
| * Merge pull request #1156 from SYN-cook/masterLibravatar netblue302017-03-26
| |\ | | | | | | profile enhancements
| | * undo netlink additionLibravatar SYN-cook2017-03-25
| | |
| | * move ~/.pki blacklist to disable-common.incLibravatar SYN-cook2017-03-24
| | |
| | * move ~/.pki blacklist to disable-common.incLibravatar SYN-cook2017-03-24
| | |
| | * redundant with disable-passwdmgr.incLibravatar SYN-cook2017-03-24
| | |
| | * fix ~/.pki unblacklisting in browser profilesLibravatar SYN-cook2017-03-24
| | |
| | * update disable-programs.inc (audacious, gwenview, scribus)Libravatar SYN-cook2017-03-24
| | |
| | * Update scribus.profileLibravatar SYN-cook2017-03-24
| | | | | | | | | scribusrc keeps the KFileDialog history
| | * harden AudaciousLibravatar SYN-cook2017-03-24
| | | | | | | | | Audaciousrc is the KFileDialog history
| | * 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
| * | Adds icedove directories in thunderbird profileLibravatar Alexandros Afentoulis2017-03-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In debian stretch icedove is renamed to thunderbird. This happens as of icedove version 1:45.7.1-1, see debian bug #816679 for details. Thunderbird debian package, as of stretch, contains a migration script for user profiles. Namely /usr/bin/thunderbird is a wrapper script, thunderbird-wrapper.sh. This scripts symlinks ~/.icedove (if exists) to ~/.thunderbird thus ensuring Thunderbird will be able to read old user's profiles. That symlink breaks thunderbird when run with firejail since firejail thunderbird.profile does not allow access to ~/.icedove. This commit modifies accordingly the thunderbird.profile.
* | | GPicViewer profileLibravatar Fred Barclay2017-03-26
|/ /
* | merge #1100 from zackw: xvfb support in /etc/firejail/firejail.configLibravatar netblue302017-03-23
| |
* | Merge pull request #1154 from Fred-Barclay/mousepadLibravatar Fred Barclay2017-03-23
|\ \ | | | | | | Mousepad profile
| * | extra mousepad filesLibravatar Fred Barclay2017-03-22
| | |
| * | added mousepad profileLibravatar Fred Barclay2017-03-22
| | |
* | | enable/disable join support in /etc/firejail/firejail.configLibravatar startx20172017-03-23
| | |
* | | Merge pull request #1152 from SYN-cook/masterLibravatar netblue302017-03-22
|\ \ \ | | |/ | |/| blacklist X11 startup scripts
| * | don't blacklist ~/.profileLibravatar SYN-cook2017-03-22
| | | | | | | | | sorry for the mistake... ~./profile is not only sourced by some display managers but also by shells, so we should keep everything as before
| * | redundant with disable-common.incLibravatar SYN-cook2017-03-21
| | |
| * | more blacklisting (X11 session autostart)Libravatar SYN-cook2017-03-21
| | | | | | | | | reorganization, added files according to Debian documentation
* | | fixed private-tmp problem on KDE systemsLibravatar netblue302017-03-22
| |/ |/|
* | Removed all .cache directory references from profile files. The directory is ↵Libravatar netblue302017-03-21
| | | | | | | | disabled by default - a tmpfs is mounted on top of it.
* | Update warzone2100 profile for new version.Libravatar Fred Barclay2017-03-20
| | | | | | | | | | Arch has warzone2100-3.2 in its repos. Since the profile only expected v3.1, it didn't work on Arch. The mkdir lines have also been commented out (so users don't end up with a useless warzone2100 directory in $HOME)... might need to re-enable it if it causes problems.
* | Merge pull request #1149 from SYN-cook/masterLibravatar netblue302017-03-20
|\| | | | | complete autostart blacklist for KDE
| * complete autostart blacklist for KDELibravatar SYN-cook2017-03-19
| |
* | Handles #1150Libravatar Fred Barclay2017-03-19
|/ | | | Terminix is being renamed to tilix. This adds ${PATH}/tilix to the blacklisted terminals in disable-common.inc without removing terminix (since there will still be users of terminix).
* Merge pull request #1147 from SYN-cook/SYN-cook-add-scribusLibravatar netblue302017-03-19
|\ | | | | profile for scribus
| * harden scribus (nosound)Libravatar SYN-cook2017-03-18
| |
| * update scribus blacklistLibravatar SYN-cook2017-03-17
| | | | | | default folder locations have changed from scribus 1.4 to 1.5
| * update comment in disable-devel.inc (scribus)Libravatar SYN-cook2017-03-17
| |
| * profile for scribusLibravatar SYN-cook2017-03-17
| |
* | Merge pull request #1146 from SYN-cook/SYN-cook-add-engrampaLibravatar netblue302017-03-18
|\ \ | | | | | | profile for engrampa
| * | undo no3d (because redundant)Libravatar SYN-cook2017-03-17
| | | | | | | | | no3d is redundant with nogroups.
| * | undo no3d (because redundant)Libravatar SYN-cook2017-03-17
| | | | | | | | | no3d is redundant with nogroups.
| * | harden file-roller (no3d)Libravatar SYN-cook2017-03-17
| |/
| * profile for engrampaLibravatar SYN-cook2017-03-17
| | | | | | | | forked from file-roller.profile tested and works well for me
* | added support to enable/disable tmpfs mounting on top of ~/.cache directoryLibravatar netblue302017-03-14
| |
* | xmms profile fixLibravatar netblue302017-03-13
| |
* | fixed firefox profile on CentOSLibravatar netblue302017-03-11
| |
* | config support to disable access to /mnt and /mediaLibravatar netblue302017-03-10
| |
* | Following links in private-bin command ported from #1100 created problems ↵Libravatar netblue302017-03-07
| | | | | | | | for some users. I added a follow-symlink-private-bin entry in /etc/firejail/firejail.config file to enable/disable this functionality - default disabled.
* | added Geeqie profileLibravatar netblue302017-03-05
|/
* not needed for keepass integration, fix lastpassLibravatar SYN-cook2017-03-05
|
* not needed for keepass integration, fix lastpassLibravatar SYN-cook2017-03-05
|
* typoLibravatar SYN-cook2017-03-05
|
* not needed for keepass integration, fix lastpassLibravatar SYN-cook2017-03-05
|
* not needed for keepass integration, fix lastpassLibravatar SYN-cook2017-03-05
|
* no keepass, lastpass integration availableLibravatar SYN-cook2017-03-05
|
* not needed for keepass integration, fix lastpassLibravatar SYN-cook2017-03-05
|