aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
...
* | | | Merge pull request #4514 from nidamanx/masterLibravatar netblue302021-09-24
|\ \ \ \ | | | | | | | | | | telegram: Enable private-bin
| * | | | Update telegram.profileLibravatar Nicola Davide Mannarelli2021-09-07
| | | | |
* | | | | Merge pull request #4559 from rusty-snake/private-etc_ld.so.preloadLibravatar netblue302021-09-24
|\ \ \ \ \ | | | | | | | | | | | | Add ld.so.preload to all private-etc lines
| * | | | | Add ld.so.preload to all private-etc linesLibravatar rusty-snake2021-09-18
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Command: sed -i -E "s/^private-etc /private-etc ld.so.preload,/" \ $(grep -LE "^private-etc .*ld.so.preload" etc/profile-*/*) \ && python3 contrib/sort.py etc/profile-*/*
* | | | | Merge pull request #4564 from lecso7/masterLibravatar netblue302021-09-24
|\ \ \ \ \ | | | | | | | | | | | | Create goldendict.profile
| * | | | | Create goldendict.profileLibravatar lecso72021-09-20
| | | | | |
* | | | | | Merge pull request #4572 from a1346054/newline-fixLibravatar netblue302021-09-24
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add missing final newlines
| * | | | | | add missing final newlines at end of filesLibravatar a13460542021-09-22
| |/ / / / /
* / / / / / fix spelling (#4573)Libravatar a13460542021-09-22
|/ / / / /
* | | | | Let programs outside librewolf sandbox open new tabs in librewolf (#4546)Libravatar crocket2021-09-19
| | | | |
* | | | | Merge pull request #4501 from tredondo/patch-9Libravatar rusty-snake2021-09-19
|\ \ \ \ \ | | | | | | | | | | | | Blacklist Exodus wallet
| * | | | | Blacklist Exodus walletLibravatar Ted Robertson2021-09-02
| | | | | |
* | | | | | Fix #4555 - Allow evince to read .cbz file formatLibravatar lecso72021-09-19
| |/ / / / |/| | | | | | | | | | | | | | | | | | | Enable evince to display archived images (.cbz) file with plugin installed.
* | | | | Fix #4509 -- Nextcloud profile broken - needs 3D and system tray accessLibravatar rusty-snake2021-09-08
| | | | |
* | | | | Merge pull request #4493 from pirate486743186/fix-duplicate-globalLibravatar rusty-snake2021-09-08
|\ \ \ \ \ | | | | | | | | | | | | fix duplicate globals
| * | | | | fix duplicate globalLibravatar pirate4867431862021-08-30
| |/ / / /
* | | | | Fix #4367 -- gimp 2.10.22-3: gegl:introspect brokenLibravatar rusty-snake2021-09-08
| | | | |
* | | | | Update profile.template to use disable-X11.incLibravatar rusty-snake2021-09-08
| | | | |
* | | | | Rework pipewire/waylandLibravatar rusty-snake2021-09-07
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - closes #4483 -- mpv requires whitelisting /usr/share/pipewire - wruc: whitelist pipewire-?, pipewire is becoming more popular and was developed with isolation (container/sandbox) in mind. - wruc: whitelist wayland-? instead of only -0 and -1 - wusc: whitelist /usr/share/pipewire - remove these wruc/wusc lines from other profiles - firefox-common-addons: Make ignore wruc work again (#4512) - firefox: org.freedesktop.portal.Desktop should be enough
* | | | Blacklist ~/.minisign in disable-commonLibravatar rusty-snake2021-09-07
| |_|/ |/| |
* | | Profile fixesLibravatar rusty-snake2021-09-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - disable-programs.inc: blacklist ${HOME}/.local/state/pipewire If you did not yet noticed, on 08th May 2021 the XDG Base Directory Specification 0.8 was resleased (the first update since 2010). New are $XDG_STATE_HOME and $HOME/.local/bin. - keepassxc: mkdirs are necessary - gnote: harden - pngquant: harden
* | | Update wrc for Arch Linux (#4507)Libravatar Martynas Janonis2021-09-03
| | | | | | | | | This is a quick fix of #4482 for distributions that link /etc/resolv.conf to /run/systemd/resolve/stub-resolv.conf (Arch Linux is one of them).
* | | Fix #4506 -- Freetube does not startLibravatar rusty-snake2021-09-03
| | | | | | | | | | | | Freetube from AUR uses a wrapper script
* | | Update wrcLibravatar rusty-snake2021-09-03
|/ / | | | | | | | | | | - whitelist /run/resolvconf/resolv.conf -- Fixes #4482 - Drop whitelist for /run/systemd/resolve/stub-resolv.conf, /run/systemd/resolve/resolv.conf is the right path AIUI.
* | Merge pull request #4477 from bjpbakker/multimc5-lwjglLibravatar netblue302021-08-30
|\ \ | | | | | | multimc5: fix exec of LWJGL libraries
| * | multimc5: fix exec of LWJGL librariesLibravatar Bart Bakker2021-08-24
| | |
* | | Merge pull request #4475 from davidebeatrici/telegram-desktop-2.6.1-fixLibravatar netblue302021-08-30
|\ \ \ | | | | | | | | telegram.profile: whitelist /usr/share/TelegramDesktop
| * | | telegram.profile: whitelist /usr/share/TelegramDesktopLibravatar Davide Beatrici2021-08-21
| |/ / | | | | | | | | | | | | | | | | | | | | | Telegram loads packed resources dynamically since 443eef3202ee43c2e820cc550fbcc70a7609f452. In the official Debian package, the relevant file can be found at /usr/share/TelegramDesktop/tresources.rcc. If the file cannot be loaded, the program fails to launch and prints "Packed resources not found".
* | | Merge pull request #4486 from pirate486743186/yt-dlp-profileLibravatar netblue302021-08-30
|\ \ \ | | | | | | | | create yt-dlp.profile
| * | | create yt-dlp.profileLibravatar pirate4867431862021-08-27
| |/ /
* | | Merge pull request #4484 from pirate486743186/gallery-dlLibravatar netblue302021-08-30
|\ \ \ | | | | | | | | creating gallery-dl.profile
| * | | creating gallery-dl.profileLibravatar pirate4867431862021-08-27
| |/ /
* / / updating youtube-viewers-common.profile (#4485)Libravatar pirate4867431862021-08-29
|/ /
* | Update celluloid.profileLibravatar rusty-snake2021-08-16
| | | | | | | | Fix #4469
* | add disable-X11.inc to profile templateLibravatar Reiner Herrmann2021-08-14
| |
* | Move disable-passwordmgr.inc into disable-common.inc/disable-programs.inc ↵Libravatar rusty-snake2021-08-12
| | | | | | | | follow up
* | Move disable-passwordmgr.inc into disable-common.inc/disable-programs.inc ↵Libravatar rusty-snake2021-08-12
| | | | | | | | | | (#4461) See #4454
* | Create disable-X11.inc (#4462)Libravatar rusty-snake2021-08-11
| |
* | Update keepassxc.profileLibravatar rusty-snake2021-08-09
| | | | | | | | | | | | | | - Add whitelist-run-common.inc - Drop netlink (there are no error or borken feature for me (including auto-type)) - Second update for the dbus-policy
* | Add /run/media to whitelist-run-common.incLibravatar rusty-snake2021-08-09
| |
* | Add rmenv RESTIC_* to disable-passwdmgr.incLibravatar rusty-snake2021-08-09
| |
* | Fix zim and rednotebookLibravatar rusty-snake2021-08-09
| | | | | | | | Introduced in 2e4d52ec
* | Correct directory for sway.profile and io.github.lainsce.Notejot.profileLibravatar rusty-snake2021-08-09
| |
* | remove cargo registry token for crates.io from environmentLibravatar Reiner Herrmann2021-08-06
| |
* | Revice keepassxc's dbus policyLibravatar rusty-snake2021-08-05
| |
* | Add wru to firefox-common, chromium-common and profile.templateLibravatar rusty-snake2021-08-04
| | | | | | | | | | | | | | Still unresolved: > If someone who use systemd-resolved can say more which resolv.conf is necessary on such system. > whitelist /run/systemd/resolve/resolv.conf > whitelist /run/systemd/resolve/stub-resolv.conf
* | Profile fixesLibravatar rusty-snake2021-08-04
| | | | | | | | | | | | | | | | | | | | - Fix #4157 -- [Feature] Should rmenv GitHub auth tokens There are still more token variables from other program that should be added. - Fix #4093 -- darktable needs read access to liblua* - Fix #4383 -- move noblacklist ${HOME}/.bogofilter to email-common.profile for claws-mail (and other mailers) - Fix xournalpp.profile - syscalls.txt: ausyscall i386 -> firejail --debug-syscalls32
* | Added ~/Private blacklist (#4434)Libravatar caydey2021-08-03
| |
* | Add electron[0-9]{0,2} to all electron redirect …Libravatar rusty-snake2021-08-01
| | | | | | | | …profiles with private-bin
* | Fixup: Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefoxLibravatar rusty-snake2021-07-28
| |