aboutsummaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAge
* Merge pull request #4521 from rusty-snake/disable-proc.incLibravatar smitsohu2021-10-20
|\ | | | | Create disable-proc.inc
| * Update disable-proc.incLibravatar rusty-snake2021-10-09
| |
| * Update disable-proc.incLibravatar rusty-snake2021-09-10
| |
| * Create disable-proc.incLibravatar rusty-snake2021-09-09
| |
* | add /run/shm to wrcLibravatar smitsohu2021-10-16
| | | | | | | | | | | | | | | | found in Debian Bullseye. /run/shm is a symbolic link to /dev/shm, and whitelisting it will just recreate the symbolic link.
* | Merge pull request #4599 from rusty-snake/use-allow-trayLibravatar netblue302021-10-10
|\ \ | | | | | | Use ?ALLOW_TRAY: (#4510) in profiles
| * | Use ?ALLOW_TRAY: (#4510) in profilesLibravatar rusty-snake2021-10-09
| | |
* | | moving out of youtube, and some cleanupLibravatar netblue302021-10-09
|/ /
* | Merge pull request #4587 from kmk3/fix-vscodiumLibravatar netblue302021-10-09
|\ \ | | | | | | Fix vscodium
| * | Add codium.profile as a redirect to vscodium.profileLibravatar Kelvin M. Klann2021-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Both base names are valid: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 $ pacman -Qlq vscodium-bin | grep -v -e '/$' -e /resources/ | grep /bin/ /usr/bin/codium /usr/bin/vscodium /usr/share/vscodium-bin/bin/codium Note: The first two paths are symlinks to the third one. Fixes #3871.
| * | vscodium.profile: add missing pathsLibravatar Kelvin M. Klann2021-10-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It creates the following directories on startup: * ~/.config/VSCodium * ~/.vscode-oss Environment: $ grep '^NAME' /etc/os-release NAME="Artix Linux" $ pacman -Q vscodium-bin vscodium-bin 1.60.2-2 Note: The following entry is already on disable-programs.inc: noblacklist ${HOME}/.vscode-oss It was added on commit de90834a8 ("Update disable-programs.inc", 2019-03-02). Relates to #3871.
| * | vscodium.profile: fix wrong program name in the commentsLibravatar Kelvin M. Klann2021-10-04
| | | | | | | | | | | | Added on commit 4bb7dee49 ("small changes", 2019-02-07).
* | | Merge pull request #4510 from rusty-snake/allow-tray-conditionLibravatar netblue302021-10-09
|\ \ \ | | | | | | | | Add new condition ALLOW_TRAY
| * | | Add new condition ALLOW_TRAYLibravatar rusty-snake2021-09-04
| | | |
* | | | Merge pull request #4519 from rusty-snake/build-systemsLibravatar netblue302021-10-09
|\ \ \ \ | | | | | | | | | | Add profiles for build-systems (/package-managers)
| * | | | Drop private-bin from build-systemsLibravatar rusty-snake2021-09-11
| | | | |
| * | | | build-systems-common: Make whitelist opt-inLibravatar rusty-snake2021-09-11
| | | | |
| * | | | Add profiles for build-systems (/package-managers)Libravatar rusty-snake2021-09-08
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Profiles: bunler, cargo (refactor), cmake (untested), make, meson, pip All redirect to build-systems-common.profile Other fixes: - blacklist ${HOME}/.bundle - blacklist ${HOME}/.cargo/* -> blacklist ${HOME}/.cargo - blacklist /usr/lib64/ruby
* | | | Merge pull request #4371 from chrpinedo/patch-1Libravatar smitsohu2021-10-05
|\ \ \ \ | |_|_|/ |/| | | Correct amule.profile for upnp
| * | | Comment to use UPnP with amule.profileLibravatar Christian Pinedo2021-10-02
| | | | | | | | | | | | | | | | In order UPnP to work netlink protocol must be enabled.
* | | | Profile fixes and hardeningLibravatar rusty-snake2021-09-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * cheese - fix: dbus-user.own org.gnome.Cheese - fix: whitelist /usr/share/gstreamer-1.0 - fix: include allow-python3.inc - hardening: include disable-shell.inc - hardening: include whitelist-run-common.inc and whitelist /run/udev/data - hardening: whitelist /usr/libexec/gstreamer-1.0/gst-plugin-scanner - hardening: noinput - hardening: nosound - hardening: seccomp.block-secondary - hardening: private-dev * geekbench (closes #4576) - fix: noblacklist /sbin and noblacklist /usr/sbin - fix: noblacklist, blacklist, mkdir, whitelist, read-write ${HOME}/.geekbench5 - fix: comment/remove private-bin, private-lib, private-opt * inkscape - add quiet for cli usage * musixmatch (#4518) - allow chroot * pandoc - fix: include allow-bin-sh.inc - fix: drop private-bin - hardening: include whitelist-runuser-common.inc - hardening: seccomp.block-secondary
* | | | Rework D-Bus policy of nhekoLibravatar rusty-snake2021-09-29
| | | | | | | | | | | | | | | | | | | | - Allow org.freedesktop.secrets, fixes #4584 - Improve comments about notifications and systray
* | | | trim excess whitespaceLibravatar a13460542021-09-25
| | | |
* | | | 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