aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
...
* | | unreadable firejail.users database fixesLibravatar smitsohu2018-11-10
|/ / | | | | | | | | | | | | run firecfg with umask 022 and print a diagnostic message if the database is not readable. closes #2225
* / Fixes for brave browserLibravatar Fred-Barclay2018-11-05
|/
* Merge pull request #2246 from glitsj16/digLibravatar glitsj162018-11-05
|\ | | | | Use ${HOME} instead of ~ in dig.profile
| * Update dig.profileLibravatar glitsj162018-11-05
|/
* Merge pull request #2245 from glitsj16/atoolLibravatar glitsj162018-11-05
|\ | | | | Add 'quiet' to atool.profile
| * Update atool.profileLibravatar glitsj162018-11-05
| |
* | Merge pull request #2244 from glitsj16/fileLibravatar glitsj162018-11-05
|\ \ | | | | | | Update file.profile
| * | Update file.profileLibravatar glitsj162018-11-05
| |/ | | | | Add support for bsdtar and libfakeroot support for makepkg on Arch.
* | Merge pull request #2243 from glitsj16/gpgLibravatar glitsj162018-11-05
|\ \ | | | | | | Fix gpg.profile for Arch users
| * | Update gpg.profileLibravatar glitsj162018-11-05
| |/
* | Merge pull request #2241 from glitsj16/mpdLibravatar glitsj162018-11-05
|\ \ | | | | | | Fix seccomp in mpd.profile
| * | Update mpd.profileLibravatar glitsj162018-11-05
| |/
* | Merge pull request #2235 from glitsj16/bracketsLibravatar glitsj162018-11-05
|\ \ | | | | | | Fix typo in brackets.profile
| * | Update brackets.profileLibravatar glitsj162018-11-05
| |/
* | mergesLibravatar Tad2018-11-05
| |
* | Merge pull request #2240 from glitsj16/tarLibravatar SkewedZeppelin2018-11-05
|\ \ | | | | | | Fix tar.profile on Debian based distributions
| * | Update tar.profileLibravatar glitsj162018-11-05
| |/
* | Merge pull request #2238 from glitsj16/whoisLibravatar SkewedZeppelin2018-11-05
|\ \ | | | | | | Reorganize whois.profile
| * | Update whois.profileLibravatar glitsj162018-11-05
| |/
* | Merge pull request #2237 from glitsj16/enpassLibravatar SkewedZeppelin2018-11-05
|\ \ | | | | | | Update enpass.profile
| * | Update enpass.profileLibravatar glitsj162018-11-05
| |/
* / Update dig.profile (#2236)Libravatar glitsj162018-11-05
|/
* removed transfer.sh support from travis buildLibravatar netblue302018-11-05
|
* fix --bandwidth commandLibravatar netblue302018-11-05
|
* profile fixes for recursive read-write mountsLibravatar smitsohu2018-11-04
| | | | | | | read-write and read-only are applied in sequence, don't override read-only restrictions in ~/.local/share issue #2200
* recursive remounts: add fallback for old kernels, some improvementsLibravatar smitsohu2018-11-04
| | | | | | | | | | | * vanilla kernels before 3.15 don't expose a mount id in /proc/pid/fdinfo files. This is still relevant on Ubuntu 14.04 with 3.13 kernel, CentOS 7 doesn't have this problem. In this case fall back to simple a remount and print a warning. * drop euid switching as it doesn't really serve a purpose here (paths are not opened in reading or writing mode, and we are not doing anything with it) and potentially causes problems when suid programs are sandboxed * more rigorous error handling
* mount appimages nodev,nosuidLibravatar smitsohu2018-11-04
|
* fs_whitelist: minor mountinfo check improvement, cleanupLibravatar smitsohu2018-11-04
|
* Fix gitlab badge linkLibravatar Fred-Barclay2018-11-03
|
* Begin using gitlab for building to save time on auto code tests.Libravatar Fred-Barclay2018-11-02
| | | | | | | | | | | | | | | | | | Code tests are still run on Travis CI, but distro-specific builds are run on GitLab CI. Currently these are used: 1. Debian stable 2. Ubuntu latest 3. CentOS latest 4. Fedora latest 5. Alpine Debian and CentOS are for testing builds on older systems, for *.deb vs *.rpm, respectively. Ubuntu and Fedora are for testing builds on the latest **stable** systems for *.deb and *.rpm. Alpine is used to test building/installing from source. All run concurrently. In the future may expand tests on Gitlab to cover code testing as well.
* Add Mendeley profileLibravatar Fred-Barclay2018-11-02
|
* Merge pull request #2227 from alexara/alexara-patch-1Libravatar Reiner Herrmann2018-11-01
|\ | | | | Expanded the comment about nodbus breaking stuff
| * Expanded the comment about nodbus breaking stuffLibravatar alexara2018-10-30
|/ | | | | | As I figured out nodbus may break the streaming experience with Firefox 63.0 on Plasma 5.14.2, Framework 5.51.0 * KDE Connect: Users won't be able to control a stream with KDE Connect anymore * power management: During a stream the screen may dim or turn off
* adding --net.print command line optionLibravatar netblue302018-10-29
|
* aisleriot profileLibravatar netblue302018-10-28
|
* aisleriotLibravatar netblue302018-10-28
|
* fix busybox workaroundLibravatar smitsohu2018-10-28
| | | issue obtained with busybox 1.27.2
* little tweaks, cosmetic changesLibravatar smitsohu2018-10-26
|
* Merge pull request #2218 from smitsohu/mounts2Libravatar netblue302018-10-26
|\ | | | | experimental: remounts child mount points as well
| * cleanupLibravatar smitsohu2018-10-25
| |
| * fix: return with euid 0Libravatar smitsohu2018-10-25
| |
| * experimental: remounts child mount points as well (read-only, read-write, ↵Libravatar smitsohu2018-10-25
|/ | | | noexec)
* mergesLibravatar netblue302018-10-24
|
* Merge pull request #2213 from announ/patch-1Libravatar netblue302018-10-24
|\ | | | | git.profile: Disable blacklist for default Oh My Zsh directory
| * git.profile: Disable blacklist for default Oh My Zsh directoryLibravatar announ2018-10-24
| |
* | Merge pull request #2178 from glitsj16/atoolLibravatar netblue302018-10-24
|\ \ | |/ |/| Fix atool for UID/GID > 1000
| * Fix atool for UID/GID > 1000Libravatar glitsj162018-10-13
| |
* | reverting to 0.9.57Libravatar netblue302018-10-21
| |
* | apparmor testLibravatar netblue302018-10-21
| |
* | Add QOwnNotes profileLibravatar Fred-Barclay2018-10-20
| |