aboutsummaryrefslogtreecommitdiffstats
path: root/etc/disable-common.inc
Commit message (Collapse)AuthorAge
* disable qml disk cache globallyLibravatar smitsohu2018-01-08
|
* disable-common.inc: read-only access to ~/.ssh/authorized_keysLibravatar Alexander GQ Gerasiov2017-12-22
| | | | | | | | | | | | | | | disable-common.inc blacklists whole .ssh, but some profiles (e.g. idea.sh) unblacklists it to allow git over ssh with public key auth. But this creates security hole, since firejailed app could modify ~/.ssh/authorized_keys and allow arbitrary code execution on the host with sshd installed (e.g. ssh localhost and run any program) or even open backdoor for remote attacker. This commits disallows write access to ~/.ssh/authorized_keys even if .ssh was unblacklisted. Signed-off-by: Alexander GQ Gerasiov <gq@cs.msu.su>
* disable-common.inc: Blacklist .homesickLibravatar Alexander GQ Gerasiov2017-12-17
| | | | | homesick is dotfiles manager. It keeps dotfiles (e.g. .bashrc) in repository under ~/.homesick and puts symlinks into home directory.
* remove mutt blacklist redundanciesLibravatar smitsohu2017-12-09
|
* improve fetchmail profile - #1661Libravatar smitsohu2017-12-09
|
* more profile improvementsLibravatar smitsohu2017-11-23
|
* some profile improvementsLibravatar smitsohu2017-11-19
|
* streamline disable-common.incLibravatar smitsohu2017-11-11
|
* matching noblacklist in profile files with blacklist in disable-programs.incLibravatar netblue302017-11-02
|
* harden kdeLibravatar smitsohu2017-10-31
| | | | | and whitelist kioslaverc because we don't know if kdeinit will run outside or inside the sandbox.
* fix and harden various profilesLibravatar smitsohu2017-10-29
|
* block kdeinit socketsLibravatar smitsohu2017-10-13
| | | | attempts to handle #1599
* removed lxterminal support, blacklisting the terminal in disable-common.incLibravatar netblue302017-10-04
|
* fix nginx and apache2, possible fix for #1534Libravatar netblue302017-09-25
|
* remove some redundanciesLibravatar smitsohu2017-09-20
| | | | | | | * ~/.bash_history is already included in ~/.*_history, same file * ~/.password-store is already included in disable-passwdmgr.inc (and not whitelisted in browsers) * ~/.local/share/applications is in whitelist-common.inc since recently
* blacklist clipboard manager in disable-common.incLibravatar netblue302017-09-18
|
* fix Arch Linux /etc/resolv.conf symlink to /var/run/systemd/resolve/resolv.confLibravatar netblue302017-09-14
|
* permit scripts, local mailLibravatar smitsohu2017-09-10
|
* noexec is hardcoded nowLibravatar smitsohu2017-09-05
|
* Harden /varLibravatar Tad2017-08-22
|
* Add Jason A. Donenfeld's pass to common blacklistLibravatar James Elford2017-08-20
| | | | | pass is a password manager that keeps files under ~/.password-store by default. See http://www.passwordstore.org/ for more info
* Fix bad noexec sortingLibravatar Fred Barclay2017-08-09
|
* SortingLibravatar Fred-Barclay2017-08-08
|
* Change KDE4 services folder to read-onlyLibravatar smitsohu2017-08-06
| | | Configurations in this folder are not secret, but need to be protected from manipulation. Let's make it available to all KDE apps for legitimate use. Discussion in #1428
* Change ~/.local/share/kservices5 to read-onlyLibravatar Vladimir Schowalter2017-08-03
|
* Add fish-shell history and config to disable-common.incLibravatar James Elford2017-05-22
|
* rephraseLibravatar SYN-cook2017-05-11
|
* layoutLibravatar SYN-cook2017-05-11
|
* add noexec folders (tmp/.X11-unix and .config/pulse)Libravatar SYN-cook2017-05-11
|
* fix trash functionality for file managersLibravatar netblue302017-05-01
|
* noexec ~/.local/shareLibravatar SYN-cook2017-04-21
| | | #1238
* add .pam_environment, kwin to blacklistLibravatar SYN-cook2017-04-04
|
* tidy up (#1182)Libravatar SYN-cook2017-03-31
| | | | | | | | | | | | | | | | * minor reorganization * tidy up * tidy up * tidy up * tidy up * tidy up * tidy up
* 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
* various profile fixes and enhancements (#1177)Libravatar SYN-cook2017-03-29
| | | | | | | | | | | | | | | | | | | | * private-dev breaks playing CDs * reenable services * blacklist kservices5 folder * blacklist nautilus scripts * blacklist ~/.kde4 files, k3b config, nautilus/nemo * sort * update noblacklisting * update blacklisting * update blacklisting/whitelisting (okular)
* blacklist KDE config (konsole, services)Libravatar SYN-cook2017-03-28
|
* blacklist krunnerrcLibravatar SYN-cook2017-03-27
|
* blacklist more KDE files (#1163)Libravatar SYN-cook2017-03-27
| | | | | | | | | | | | | | | | * blacklist more KDE files * undo doubling of ~/.profile * remove ksmserverrc * remove ksmserverrc * blacklist kdeconnect * blacklist KDE device actions * blacklist kglobalaccel
* Merge pull request #1156 from SYN-cook/masterLibravatar netblue302017-03-26
|\ | | | | profile enhancements
| * move ~/.pki blacklist to disable-common.incLibravatar SYN-cook2017-03-24
| |
* | 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
| * more blacklisting (X11 session autostart)Libravatar SYN-cook2017-03-21
| | | | | | reorganization, added files according to Debian documentation
* | 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).
* persistent configLibravatar netblue302017-02-09
|
* profile mergesLibravatar netblue302017-01-25
|
* Prevent tmux connecting to an existing sessionLibravatar ecat32017-01-22
|
* profile mergesLibravatar netblue302017-01-20
|