-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
luarocks #1
Commits on Jun 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f6e5a58 - Browse repository at this point
Copy the full SHA f6e5a58View commit details
Commits on Jun 18, 2021
-
gcov: add missing gcov.h includes
Fixes the following "implicit declaration" warning (13 occurrences in total) when building with gcov support: $ pacman -Q gcc10 gcc10 1:10.2.0-3 $ CC=gcc-10 && export CC $ ./configure --prefix=/usr --enable-apparmor --enable-gcov >/dev/null $ make >/dev/null appimage.c: In function ‘appimage_set’: appimage.c:140:2: warning: implicit declaration of function ‘__gcov_flush’ [-Wimplicit-function-declaration] 140 | __gcov_flush(); | ^~~~~~~~~~~~ interface.c: In function ‘print_sandbox’: interface.c:149:3: warning: implicit declaration of function ‘__gcov_flush’ [-Wimplicit-function-declaration] 149 | __gcov_flush(); | ^~~~~~~~~~~~ netstats.c: In function ‘netstats’: netstats.c:246:4: warning: implicit declaration of function ‘__gcov_flush’ [-Wimplicit-function-declaration] 246 | __gcov_flush(); | ^~~~~~~~~~~~ [...] Note: The commands above were executed from makepkg, while building firejail-git from the AUR. Note2: gcc-10 was used because the build fails with the current gcc version (11.1.0) on Artix Linux. The failure happens because __gcov_flush was removed on gcc 11.1.0[1]; this will be addressed later. Note3: The following command helped find the affected files: $ git grep -Fl __gcov -- src [1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=811b7636cb8c10f1a550a76242b5666c7ae36da2
Configuration menu - View commit details
-
Copy full SHA for 31557e9 - Browse repository at this point
Copy the full SHA 31557e9View commit details
Commits on Jun 19, 2021
-
Merge pull request netblue30#4360 from kmk3/gcov-add-missing-includes
gcov: add missing gcov.h includes
Configuration menu - View commit details
-
Copy full SHA for b71fd92 - Browse repository at this point
Copy the full SHA b71fd92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b78bf7 - Browse repository at this point
Copy the full SHA 7b78bf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f46f514 - Browse repository at this point
Copy the full SHA f46f514View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da3f20 - Browse repository at this point
Copy the full SHA 1da3f20View commit details -
Configuration menu - View commit details
-
Copy full SHA for 447e30e - Browse repository at this point
Copy the full SHA 447e30eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70640cf - Browse repository at this point
Copy the full SHA 70640cfView commit details
Commits on Jun 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 271dc51 - Browse repository at this point
Copy the full SHA 271dc51View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3973537 - Browse repository at this point
Copy the full SHA 3973537View commit details -
Update etc/inc/whitelist-common.inc
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e6f573b - Browse repository at this point
Copy the full SHA e6f573bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 64d1ef4 - Browse repository at this point
Copy the full SHA 64d1ef4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533242a - Browse repository at this point
Copy the full SHA 533242aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e0ed633 - Browse repository at this point
Copy the full SHA e0ed633View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c071c8 - Browse repository at this point
Copy the full SHA 9c071c8View commit details -
* downgrade error to warning, smiliar to read-write option; this simplifies use of tmpfs option in general purpose profiles, for example we don't need to worry about links people put in their homedir * update manpage
Configuration menu - View commit details
-
Copy full SHA for 435d739 - Browse repository at this point
Copy the full SHA 435d739View commit details
Commits on Jun 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1a66c8b - Browse repository at this point
Copy the full SHA 1a66c8bView commit details -
creating alpine.profile (netblue30#4350)
* firecfg.config alpine * Create alpinef.profile * Create alpine.profile * disable-programs.inc alpine * workaround in comment * Update etc/profile-a-l/alpine.profile Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com> * deactivating whitelists in ${HOME} * comment Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1ca9046 - Browse repository at this point
Copy the full SHA 1ca9046View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee1ea7d - Browse repository at this point
Copy the full SHA ee1ea7dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f03254 - Browse repository at this point
Copy the full SHA 0f03254View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb87b41 - Browse repository at this point
Copy the full SHA eb87b41View commit details
Commits on Jun 22, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 04d15e3 - Browse repository at this point
Copy the full SHA 04d15e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e943e2f - Browse repository at this point
Copy the full SHA e943e2fView commit details -
pirate486743186 authored
Jun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 8113ceb - Browse repository at this point
Copy the full SHA 8113cebView commit details -
pirate486743186 authored
Jun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for f79bf43 - Browse repository at this point
Copy the full SHA f79bf43View commit details -
pirate486743186 authored
Jun 22, 2021 Configuration menu - View commit details
-
Copy full SHA for 3ecb41e - Browse repository at this point
Copy the full SHA 3ecb41eView commit details
Commits on Jun 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8754896 - Browse repository at this point
Copy the full SHA 8754896View commit details -
Configuration menu - View commit details
-
Copy full SHA for db6a0fc - Browse repository at this point
Copy the full SHA db6a0fcView commit details -
Merge pull request netblue30#4370 from glitsj16/fix-wusc
allow access to pkgconfig
Configuration menu - View commit details
-
Copy full SHA for 2e29cf7 - Browse repository at this point
Copy the full SHA 2e29cf7View commit details
Commits on Jun 25, 2021
-
Merge pull request netblue30#4368 from alxjsn/master
Address netblue30#3872 with changes in pipewire for Firefox and Chromium
Configuration menu - View commit details
-
Copy full SHA for a904288 - Browse repository at this point
Copy the full SHA a904288View commit details -
gcov: fix build failure with gcc 11.1.0
The build currently fails if gcov support is enabled: $ pacman -Q gcc gcc 11.1.0-1 $ ./configure --prefix=/usr --enable-apparmor --enable-gcov >/dev/null $ make >/dev/null [...] netstats.c: In function ‘netstats’: netstats.c:250:25: warning: implicit declaration of function ‘__gcov_flush’; did you mean ‘__gcov_dump’? [-Wimplicit-function-declaration] 250 | __gcov_flush(); | ^~~~~~~~~~~~ | __gcov_dump [...] /usr/bin/ld: netstats.o: in function `netstats': /tmp/firejail-git/src/firejail-git/src/firemon/netstats.c:250: undefined reference to `__gcov_flush' [...] collect2: error: ld returned 1 exit status make[1]: *** [Makefile:10: firemon] Error 1 make: *** [Makefile:42: src/firemon/firemon] Error 2 [...] This happens because __gcov_flush was removed on gcc 11.1.0[1] [2] [3]. See the following gcc commits: * d39f7dc8d5 ("Do locking for __gcov_dump and __gcov_reset as well.") * c0532db47d ("Use __gcov_dump and __gcov_reset in execv and fork context.") * 811b7636cb ("Remove __gcov_flush.") Its implementation did the following[4]: __gcov_lock (); __gcov_dump_int (); __gcov_reset_int (); __gcov_unlock (); As hinted in the commit messages above, the function is no longer needed because locking is now done inside each of __gcov_dump and __gcov_reset. So add an implementation of __gcov_flush (on a new gcov_wrapper.h file) for gcc >= 11.1.0, which just calls __gcov_dump and then __gcov_reset. Commands used to search and replace: $ git grep -Flz '#include <gcov.h>' -- '*.c' | xargs -0 -I '{}' sh -c \ "printf '%s\n' \"\`sed 's|<gcov\\.h>|\"../include/gcov_wrapper.h\"|' '{}'\`\" >'{}'" Note: This is the continuation of commit 31557e9 ("gcov: add missing gcov.h includes") / PR netblue30#4360. [1] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=d39f7dc8d558ca31a661b02d08ff090ce65e6652 [2] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=c0532db47d092430f8e8f497b2dc53343527bb13 [3] https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=811b7636cb8c10f1a550a76242b5666c7ae36da2 [4] https://gcc.gnu.org/git/?p=gcc.git;a=blob;f=libgcc/libgcov-interface.c;h=855e8612018d1c9caf90396a3271337aaefdb9b3#l86
Configuration menu - View commit details
-
Copy full SHA for b408b20 - Browse repository at this point
Copy the full SHA b408b20View commit details
Commits on Jun 26, 2021
-
firejail.h: fix typo of "either" in license header
Added on commit e770ab6 ("appimage: automatically detect profile").
Configuration menu - View commit details
-
Copy full SHA for ff4277a - Browse repository at this point
Copy the full SHA ff4277aView commit details -
* move everything related to modification of the default seccomp filter from --seccomp to --seccomp= entry * update errno descriptions
Configuration menu - View commit details
-
Copy full SHA for 925c9fe - Browse repository at this point
Copy the full SHA 925c9feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43fb38e - Browse repository at this point
Copy the full SHA 43fb38eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 771dcce - Browse repository at this point
Copy the full SHA 771dcceView commit details -
Merge pull request netblue30#4374 from smitsohu/euid
fs_home.c: run more code with euid of the user
Configuration menu - View commit details
-
Copy full SHA for 99e5335 - Browse repository at this point
Copy the full SHA 99e5335View commit details -
Merge pull request netblue30#4340 from smitsohu/kcmp
augment seccomp lists in firejail.config
Configuration menu - View commit details
-
Copy full SHA for 46712f7 - Browse repository at this point
Copy the full SHA 46712f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 533a57e - Browse repository at this point
Copy the full SHA 533a57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0c2a5e3 - Browse repository at this point
Copy the full SHA 0c2a5e3View commit details
Commits on Jun 27, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 98d223d - Browse repository at this point
Copy the full SHA 98d223dView commit details -
Merge pull request netblue30#4373 from kmk3/gcov-fix-build-gcc11
gcov: fix build failure with gcc 11.1.0
Configuration menu - View commit details
-
Copy full SHA for 77e9d0d - Browse repository at this point
Copy the full SHA 77e9d0dView commit details -
Merge pull request netblue30#4375 from smitsohu/kcmp
remove kcmp from seccomp default drop list
Configuration menu - View commit details
-
Copy full SHA for ed142c6 - Browse repository at this point
Copy the full SHA ed142c6View commit details -
gcov: use no-op functions if not enabled
Instead of wrapping every gcov function call in an ifdef. Note: The usage of `((void)0)` is based on section 7.2 of the C99 standard (N1256)[1] [2]: > 7.2 Diagnostics <assert.h> > > 1 The header <assert.h> defines the assert macro and refers to another > macro, > > NDEBUG > > which is not defined by <assert.h>. If NDEBUG is defined as a macro > name at the point in the source file where <assert.h> is included, the > assert macro is defined simply as > > #define assert(ignore) ((void)0) See also assert.h(0p) from POSIX.1-2017[3]. Note: This is a continuation of commit b408b20 ("gcov: fix build failure with gcc 11.1.0") / PR netblue30#4373. [1] http://www.open-std.org/JTC1/SC22/WG14/www/docs/n1256.pdf [2] https://port70.net/~nsz/c/c99/n1256.html#7.2 [3] https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/assert.h.html
Configuration menu - View commit details
-
Copy full SHA for 5106b2e - Browse repository at this point
Copy the full SHA 5106b2eView commit details -
Merge pull request netblue30#4369 from pirate486743186/rtv
rtv profile correction
Configuration menu - View commit details
-
Copy full SHA for e056101 - Browse repository at this point
Copy the full SHA e056101View commit details
Commits on Jun 28, 2021
-
Merge pull request netblue30#4376 from kmk3/gcov-add-nop-functions
gcov: use no-op functions if not enabled
Configuration menu - View commit details
-
Copy full SHA for 807bf63 - Browse repository at this point
Copy the full SHA 807bf63View commit details -
Configuration menu - View commit details
-
Copy full SHA for fd6d58d - Browse repository at this point
Copy the full SHA fd6d58dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 17c6057 - Browse repository at this point
Copy the full SHA 17c6057View commit details -
Merge pull request netblue30#4332 from rusty-snake/bitwarden-electron
Refactor bitwarden as electron redirect
Configuration menu - View commit details
-
Copy full SHA for a3397a7 - Browse repository at this point
Copy the full SHA a3397a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 835dd5f - Browse repository at this point
Copy the full SHA 835dd5fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3ce082 - Browse repository at this point
Copy the full SHA b3ce082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 648af4e - Browse repository at this point
Copy the full SHA 648af4eView commit details
Commits on Jun 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a67bb37 - Browse repository at this point
Copy the full SHA a67bb37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8816dd5 - Browse repository at this point
Copy the full SHA 8816dd5View commit details
Commits on Jul 1, 2021
-
Merge pull request netblue30#4365 from lxeiqr/sndio-fix
Fix sndio support
Configuration menu - View commit details
-
Copy full SHA for 9abc12b - Browse repository at this point
Copy the full SHA 9abc12bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0562ceb - Browse repository at this point
Copy the full SHA 0562cebView commit details
Commits on Jul 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0bae164 - Browse repository at this point
Copy the full SHA 0bae164View commit details -
Configuration menu - View commit details
-
Copy full SHA for c08414f - Browse repository at this point
Copy the full SHA c08414fView commit details
Commits on Jul 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 45f2ba5 - Browse repository at this point
Copy the full SHA 45f2ba5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a11707e - Browse repository at this point
Copy the full SHA a11707eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c32924b - Browse repository at this point
Copy the full SHA c32924bView commit details
Commits on Jul 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for fe0f975 - Browse repository at this point
Copy the full SHA fe0f975View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4438f14 - Browse repository at this point
Copy the full SHA 4438f14View commit details
Commits on Jul 7, 2021
-
profcleaner.c is just sed, I was wondering why we need C for that.
Configuration menu - View commit details
-
Copy full SHA for ed02ab5 - Browse repository at this point
Copy the full SHA ed02ab5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1021fb9 - Browse repository at this point
Copy the full SHA 1021fb9View commit details -
Exclude allow/deny move in profile from git blame
fe0f975 (move whitelist/blacklist to allow/deny) is just a huge rename w/o effects to the profile. Ignoreing it in git blame to see which commits actually added/changed a allow/nodeny command. Configure git to use .git-blame-ignore-revs: git config blame.ignoreRevsFile .git-blame-ignore-revs
Configuration menu - View commit details
-
Copy full SHA for b023b9a - Browse repository at this point
Copy the full SHA b023b9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3777bd7 - Browse repository at this point
Copy the full SHA 3777bd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d010afe - Browse repository at this point
Copy the full SHA d010afeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2f8d4d - Browse repository at this point
Copy the full SHA c2f8d4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bb3f61 - Browse repository at this point
Copy the full SHA 1bb3f61View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b90a80 - Browse repository at this point
Copy the full SHA 3b90a80View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5172e3a - Browse repository at this point
Copy the full SHA 5172e3aView commit details
Commits on Jul 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b282636 - Browse repository at this point
Copy the full SHA b282636View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbfcf61 - Browse repository at this point
Copy the full SHA cbfcf61View commit details -
Merge pull request netblue30#4392 from rusty-snake/sort-disable-progr…
…ams.inc LC_ALL=C sort disable-programs.inc
Configuration menu - View commit details
-
Copy full SHA for 6afe2f7 - Browse repository at this point
Copy the full SHA 6afe2f7View commit details -
Merge pull request netblue30#4391 from vnepogodin/master
Update Clion profile and Add Clion EAP profile
Configuration menu - View commit details
-
Copy full SHA for d4db566 - Browse repository at this point
Copy the full SHA d4db566View commit details -
Merge pull request netblue30#4390 from rusty-snake/git-blame-ignore-revs
Exclude allow/deny move in profile from git blame
Configuration menu - View commit details
-
Copy full SHA for 3adc447 - Browse repository at this point
Copy the full SHA 3adc447View commit details -
Merge pull request netblue30#4388 from rusty-snake/allow-deny-zsh
allow/deny in zsh completion
Configuration menu - View commit details
-
Copy full SHA for 665023e - Browse repository at this point
Copy the full SHA 665023eView commit details -
Merge pull request netblue30#4389 from rusty-snake/profcleaner.sh
Create profcleaner.sh
Configuration menu - View commit details
-
Copy full SHA for 00cb8b6 - Browse repository at this point
Copy the full SHA 00cb8b6View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0b31c41 - Browse repository at this point
Copy the full SHA 0b31c41View commit details -
Configuration menu - View commit details
-
Copy full SHA for e66ba7c - Browse repository at this point
Copy the full SHA e66ba7cView commit details
Commits on Jul 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 2bcf83e - Browse repository at this point
Copy the full SHA 2bcf83eView commit details
Commits on Jul 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 110a74f - Browse repository at this point
Copy the full SHA 110a74fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba5f5c8 - Browse repository at this point
Copy the full SHA ba5f5c8View commit details
Commits on Jul 14, 2021
-
Removing blacklisted files from top level /etc directory if the filse…
… were blacklisted
Configuration menu - View commit details
-
Copy full SHA for ba9c969 - Browse repository at this point
Copy the full SHA ba9c969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 599b9af - Browse repository at this point
Copy the full SHA 599b9afView commit details
Commits on Jul 16, 2021
-
Merge pull request netblue30#4288 from rusty-snake/whitelist-run-common
Create whitelist-run-common.inc
Configuration menu - View commit details
-
Copy full SHA for 6422a67 - Browse repository at this point
Copy the full SHA 6422a67View commit details
Commits on Jul 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a1a9c44 - Browse repository at this point
Copy the full SHA a1a9c44View commit details
Commits on Jul 18, 2021
-
Profile for Dev channel already exists. Profile for "standard" Edge does as well but is a redirect to Dev profile See b9b65f6 Fixes netblue30#4409
Configuration menu - View commit details
-
Copy full SHA for 42a0351 - Browse repository at this point
Copy the full SHA 42a0351View commit details -
Revert "move whitelist/blacklist to allow/deny"
This reverts commit fe0f975. Note: This only reverts the changes from etc. The 4 aliases introduced on commit 45f2ba5 are mere, well, aliases. That is, they fail to address the different usability problems discussed on [netblue30#3447][3447] and in fact only make things more confusing (as has already been mentioned on [this][4379] and later comments). The main reason is that the aliases do not meaningfully map to the original commands. For example, the commands from each pair below seem like they would do the exact same thing: * `allow` and `nodeny` * `deny` and `noallow` Additionally, if these aliases are not the final commands, but only a test/work-in-progress, then keeping the wide-scale search/replace changes made on commit fe0f975 would only serve to cause confusion, as users of firejail-git, contributors and downstream projects might start changing the commands used on their profiles, only to later have to change them again, potentially to completely different commands. The sooner this is undone the better, as (besides the above reasons) the more profile changes there are between the original commit and the revert, the harder it is to e.g.: `git diff` versions of files across the following revision ranges: before the commit, after the commit but before the revert and after the revert. Note: This is still the case even if a commit is [ignored by `git blame`][4390]. So let us revert fe0f975 and only reapply similar large-scale changes once we have discussed and settled on better commands. How the revert was applied: Despite using the auto-generated message from `git revert`, to ensure correctness and to avoid conflicts the changes were reverted in different steps: Firstly, revert the files which can be safely reverted directly ("filestorevert"): # Find out which files have been changed on fe0f975, but have not # been changed afterwards and list them on "filestorevert" git show --pretty='' --name-only fe0f975 -- etc | LC_ALL=C sort >allfiles git diff --name-only fe0f975..master -- etc | LC_ALL=C sort >filestoignore comm -2 -3 allfiles filestoignore >filestorevert # Note: There are 3 extra files on filestoignore because they were # added after commit fe0f975 wc -l allfiles filestoignore filestorevert | head -n 3 # 797 allfiles # 8 filestoignore # 792 filestorevert # Automatically revert files in "filestorevert" # See https://stackoverflow.com/a/23401018/10095231 tr '\n' '\000' <filestorevert | xargs -0 git show fe0f975 -- | git apply --reverse printf 'Total files reverted:\n' git diff --name-only | wc -l # 792 Secondly, do some search/replace on the rest: tr '\n' '\000' <filestoignore | xargs -0 sed -i.bak \ -e 's/allow /whitelist /' -e 's/noallow /nowhitelist /' \ -e 's/deny /blacklist /' -e 's/nodeny /noblacklist /' \ -e 's/deny-nolog /blacklist-nolog /' find etc -name '*.bak' -print0 | xargs -0 rm Thirdly, verify the result. The following command shows the difference between all the changes in etc from before fe0f975 and this commit (inclusive): git diff fe0f975~1 -- etc From the output, it looks like all alias changes are fully reverted and that the other changes to etc (from after fe0f975) remain, so the revert seems to be done correctly. [3447]: netblue30#3447 [4379]: netblue30#4379 (comment) [4390]: netblue30#4390
Configuration menu - View commit details
-
Copy full SHA for f43382f - Browse repository at this point
Copy the full SHA f43382fView commit details
Commits on Jul 20, 2021
-
Recently I have noticed these two- - org.telegram.desktop.BaseGtkIntegration-0fe332cb424bfc37f394ccb976afec41 - org.telegram.desktop.GtkIntegration-0fe332cb424bfc37f394ccb976afec41 & without dbus rule for these two, telegram isn't quiting.
Configuration menu - View commit details
-
Copy full SHA for 7d52575 - Browse repository at this point
Copy the full SHA 7d52575View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd09840 - Browse repository at this point
Copy the full SHA cd09840View commit details -
Configuration menu - View commit details
-
Copy full SHA for a25e4a1 - Browse repository at this point
Copy the full SHA a25e4a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 766931c - Browse repository at this point
Copy the full SHA 766931cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a490e67 - Browse repository at this point
Copy the full SHA a490e67View commit details
Commits on Jul 21, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 02ebd9a - Browse repository at this point
Copy the full SHA 02ebd9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b696b4 - Browse repository at this point
Copy the full SHA 2b696b4View commit details
Commits on Jul 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 53b2d81 - Browse repository at this point
Copy the full SHA 53b2d81View commit details -
Add ms-edge-beta paths to disable-programs.inc Support firecfg Adding to release notes (already added to README.md)
Configuration menu - View commit details
-
Copy full SHA for 68280da - Browse repository at this point
Copy the full SHA 68280daView commit details
Commits on Jul 24, 2021
-
fixes a number of smaller issues: * enable allow-debuggers option for Firejail login shells * dhcp: noblacklist /sbin and /usr/sbin also when configuring a Firejail login shell * don't print error when built with disable-suid: firejail --nonewprivs --quiet firejail * don't process appimage option twice * no unnecessary argument parsing when run via firecfg symbolic link * process quiet option earlier, so it is available to init_cfg
Configuration menu - View commit details
-
Copy full SHA for ee31d6b - Browse repository at this point
Copy the full SHA ee31d6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1ba2024 - Browse repository at this point
Copy the full SHA 1ba2024View commit details
Commits on Jul 25, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 209cdb5 - Browse repository at this point
Copy the full SHA 209cdb5View commit details -
Merge pull request netblue30#4410 from kmk3/revert-allow-deny-etc
Revert "move whitelist/blacklist to allow/deny"
Configuration menu - View commit details
-
Copy full SHA for 8b50039 - Browse repository at this point
Copy the full SHA 8b50039View commit details
Commits on Jul 26, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ac3b2b9 - Browse repository at this point
Copy the full SHA ac3b2b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02ac002 - Browse repository at this point
Copy the full SHA 02ac002View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67e2843 - Browse repository at this point
Copy the full SHA 67e2843View commit details -
Configuration menu - View commit details
-
Copy full SHA for 406db5b - Browse repository at this point
Copy the full SHA 406db5bView commit details -
drop trailing slashes from openrc items
As suggested in netblue30#4420 (comment).
Configuration menu - View commit details
-
Copy full SHA for 4261360 - Browse repository at this point
Copy the full SHA 4261360View commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9ca0d7a - Browse repository at this point
Copy the full SHA 9ca0d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fd97365 - Browse repository at this point
Copy the full SHA fd97365View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f867d0 - Browse repository at this point
Copy the full SHA 8f867d0View commit details -
Update etc/templates/syscalls.txt
Rework + suggest --seccomp-error-action=log
Configuration menu - View commit details
-
Copy full SHA for bf88637 - Browse repository at this point
Copy the full SHA bf88637View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48a97c2 - Browse repository at this point
Copy the full SHA 48a97c2View commit details -
kodi.profile: Add Lutris Kodi Addon note
Closes netblue30#3785 -- Allowing calling specific apps outside the sandbox or with a different firejail profile The idea isn't worng but should be reweiten in a seperate issue without all the kodi/lutris clutter.
Configuration menu - View commit details
-
Copy full SHA for 34b9d50 - Browse repository at this point
Copy the full SHA 34b9d50View commit details -
Configuration menu - View commit details
-
Copy full SHA for a627071 - Browse repository at this point
Copy the full SHA a627071View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7f3c2a - Browse repository at this point
Copy the full SHA e7f3c2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9b776ba - Browse repository at this point
Copy the full SHA 9b776baView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8dd81d - Browse repository at this point
Copy the full SHA c8dd81dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e0504f - Browse repository at this point
Copy the full SHA 6e0504fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e373a8 - Browse repository at this point
Copy the full SHA 4e373a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95ff3a7 - Browse repository at this point
Copy the full SHA 95ff3a7View commit details -
Merge pull request netblue30#4419 from glitsj16/ncdu2
add ncdu2 redirect profile
Configuration menu - View commit details
-
Copy full SHA for b78f181 - Browse repository at this point
Copy the full SHA b78f181View commit details -
Merge pull request netblue30#4412 from netblue30/Neo00001-patch-1
Update telegram.profile
Configuration menu - View commit details
-
Copy full SHA for f591e8e - Browse repository at this point
Copy the full SHA f591e8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b5eb07 - Browse repository at this point
Copy the full SHA 2b5eb07View commit details -
Merge pull request netblue30#4407 from 0x6a61/master
Fix Firefox 'Profile not found' - whitelist /run/user/xxx/firefox
Configuration menu - View commit details
-
Copy full SHA for ac07da9 - Browse repository at this point
Copy the full SHA ac07da9View commit details -
Merge pull request netblue30#4420 from glitsj16/dci
ordering and additions
Configuration menu - View commit details
-
Copy full SHA for bc99ba2 - Browse repository at this point
Copy the full SHA bc99ba2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4d52e - Browse repository at this point
Copy the full SHA 2e4d52eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 060e34d - Browse repository at this point
Copy the full SHA 060e34dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 982013d - Browse repository at this point
Copy the full SHA 982013dView commit details
Commits on Jul 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for b4424d9 - Browse repository at this point
Copy the full SHA b4424d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0043826 - Browse repository at this point
Copy the full SHA 0043826View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4307b4 - Browse repository at this point
Copy the full SHA e4307b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f30e6f - Browse repository at this point
Copy the full SHA 4f30e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e1817a - Browse repository at this point
Copy the full SHA 3e1817aView commit details -
removed dependency on strace for --build option; added seccomp by def…
…ault for --build run
Configuration menu - View commit details
-
Copy full SHA for a964e3b - Browse repository at this point
Copy the full SHA a964e3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb35d0 - Browse repository at this point
Copy the full SHA 2eb35d0View commit details
Commits on Jul 30, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 56e0c9f - Browse repository at this point
Copy the full SHA 56e0c9fView commit details
Commits on Jul 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6c58fc4 - Browse repository at this point
Copy the full SHA 6c58fc4View commit details
Commits on Aug 1, 2021
-
Add electron[0-9]{0,2} to all electron redirect …
…profiles with private-bin
Configuration menu - View commit details
-
Copy full SHA for ed1f0c0 - Browse repository at this point
Copy the full SHA ed1f0c0View commit details
Commits on Aug 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 242d5c7 - Browse repository at this point
Copy the full SHA 242d5c7View commit details
Commits on Aug 4, 2021
-
- Fix netblue30#4157 -- [Feature] Should rmenv GitHub auth tokens There are still more token variables from other program that should be added. - Fix netblue30#4093 -- darktable needs read access to liblua* - Fix netblue30#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
Configuration menu - View commit details
-
Copy full SHA for f4b36e8 - Browse repository at this point
Copy the full SHA f4b36e8View commit details -
Add wru to firefox-common, chromium-common and profile.template
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
Configuration menu - View commit details
-
Copy full SHA for 8d3d67e - Browse repository at this point
Copy the full SHA 8d3d67eView commit details
Commits on Aug 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 16aa6f1 - Browse repository at this point
Copy the full SHA 16aa6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c55943 - Browse repository at this point
Copy the full SHA 2c55943View commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 5f9873d - Browse repository at this point
Copy the full SHA 5f9873dView commit details
Commits on Aug 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 925ff6f - Browse repository at this point
Copy the full SHA 925ff6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3836131 - Browse repository at this point
Copy the full SHA 3836131View commit details -
Configuration menu - View commit details
-
Copy full SHA for a72b59c - Browse repository at this point
Copy the full SHA a72b59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 939eb7f - Browse repository at this point
Copy the full SHA 939eb7fView commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for d423b0c - Browse repository at this point
Copy the full SHA d423b0cView commit details -
machine-id is not affected by --disable-network and matches in "User Environment" as well.
Configuration menu - View commit details
-
Copy full SHA for 04fba33 - Browse repository at this point
Copy the full SHA 04fba33View commit details
Commits on Aug 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bd623d6 - Browse repository at this point
Copy the full SHA bd623d6View commit details
Commits on Aug 12, 2021
-
Move disable-passwordmgr.inc into disable-common.inc/disable-programs…
….inc (netblue30#4461) See netblue30#4454
Configuration menu - View commit details
-
Copy full SHA for ca8603c - Browse repository at this point
Copy the full SHA ca8603cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40ad5ce - Browse repository at this point
Copy the full SHA 40ad5ceView commit details
Commits on Aug 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 8278936 - Browse repository at this point
Copy the full SHA 8278936View commit details
Commits on Aug 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 38accb3 - Browse repository at this point
Copy the full SHA 38accb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3381c61 - Browse repository at this point
Copy the full SHA 3381c61View commit details
Commits on Aug 21, 2021
-
telegram.profile: whitelist /usr/share/TelegramDesktop
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".
Configuration menu - View commit details
-
Copy full SHA for aa61917 - Browse repository at this point
Copy the full SHA aa61917View commit details
Commits on Aug 22, 2021
-
arp_check relied on select(2) decreasing the timeout. This doesn't seem to be the case on Linux anymore, thus arp_check tends to hang when the interface sees a lot of traffic. Calculating the timeout explicitly solves the problem.
Configuration menu - View commit details
-
Copy full SHA for e84122f - Browse repository at this point
Copy the full SHA e84122fView commit details
Commits on Aug 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 50ca2a6 - Browse repository at this point
Copy the full SHA 50ca2a6View commit details
Commits on Aug 25, 2021
-
bug_report.md: add missing blank lines
Isolate each section title and each list from other elements, to make them more visually distinguishable. This should also make it easier to find and edit only the parts that are meant to be edited. See also the following discussion: netblue30#4468
Configuration menu - View commit details
-
Copy full SHA for df76627 - Browse repository at this point
Copy the full SHA df76627View commit details -
bug_report.md: turn section titles into headers
This properly separates the document into sections and makes the titles stand out more. It is also more consistent with what is generated by GitHub issue forms (YAML). See also the following discussion: netblue30#4468
Configuration menu - View commit details
-
Copy full SHA for 7b69b3d - Browse repository at this point
Copy the full SHA 7b69b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 06317bc - Browse repository at this point
Copy the full SHA 06317bcView commit details -
bug_report.md: format the details section
And put the code block inside of an HTML paragraph, so that it's not just free floating after the `<summary>`.
Configuration menu - View commit details
-
Copy full SHA for dc3859f - Browse repository at this point
Copy the full SHA dc3859fView commit details -
bug_report.md: add log section
Currently, the log portion seems to be part of the Checklist section.
Configuration menu - View commit details
-
Copy full SHA for 26d6744 - Browse repository at this point
Copy the full SHA 26d6744View commit details -
README.md: add artix linux to distro list
Home page: https://artixlinux.org A few months ago, running `pacman -S firejail` would install it from Arch's "community" repository by default. But currently, Artix has its own firejail package, in the "galaxy" repository: * https://gitea.artixlinux.org/packagesF/firejail * https://repology.org/project/firejail/versions See also the following article from 2021-06-09: https://artixlinux.org/news.php#Arch_repositories_made_optional > Arch repositories made optional > > Artix has reached the stage where it can operate without the help of > the Arch repositories, including the preparation of its installation > media. As such, all new weekly ISO images will ship without [extra], > [community] and [multilib] enabled in pacman.conf. Existing setups > will not be affected, but new users may want to enable them and > benefit from the additional packages. Instructions are provided in > our wiki[1]. > > TL;DR: > > # pacman -Syu artix-archlinux-support For reference, the distro list was added on commit ee03888 ("prioritize installing via OS (netblue30#3442)") / PR netblue30#3442. [1] https://wiki.artixlinux.org/Main/Repositories#Arch_repositories
Configuration menu - View commit details
-
Copy full SHA for 6be652e - Browse repository at this point
Copy the full SHA 6be652eView commit details
Commits on Aug 27, 2021
-
pirate486743186 committed
Aug 27, 2021 Configuration menu - View commit details
-
Copy full SHA for b1c8dfc - Browse repository at this point
Copy the full SHA b1c8dfcView commit details -
pirate486743186 committed
Aug 27, 2021 Configuration menu - View commit details
-
Copy full SHA for 77e40a7 - Browse repository at this point
Copy the full SHA 77e40a7View commit details -
.git-blame-ignore-revs: add revert of allow/deny move
Add commit f43382f ("Revert "move whitelist/blacklist to allow/deny"") from PR netblue30#4410. As mentioned on commit b023b9a ("Exclude allow/deny move in profile from git blame") / PR netblue30#4390, commit fe0f975 ("move whitelist/blacklist to allow/deny") "is just a huge rename", and so is the revert of it. Note that there is a follow-up to f43382f: commit 2e4d52e ("Revert allow/deny additional files") (sort of related to netblue30#4421). It renames a bit too much, which is later fixed by commit 3836131 ("Fix zim and rednotebook"). Since these are small changes and since they involve regressions, neither commit is added.
Configuration menu - View commit details
-
Copy full SHA for 32de609 - Browse repository at this point
Copy the full SHA 32de609View commit details
Commits on Aug 28, 2021
-
updating youtube-viewers-common.profile (netblue30#4485)
pirate486743186 authoredAug 28, 2021 Configuration menu - View commit details
-
Copy full SHA for 7c6584f - Browse repository at this point
Copy the full SHA 7c6584fView commit details
Commits on Aug 30, 2021
-
Merge pull request netblue30#4476 from minus7/master
Fix hanging arp_check
Configuration menu - View commit details
-
Copy full SHA for 76ee518 - Browse repository at this point
Copy the full SHA 76ee518View commit details -
Merge pull request netblue30#4484 from pirate486743186/gallery-dl
creating gallery-dl.profile
Configuration menu - View commit details
-
Copy full SHA for 136ab51 - Browse repository at this point
Copy the full SHA 136ab51View commit details -
Merge pull request netblue30#4486 from pirate486743186/yt-dlp-profile
create yt-dlp.profile
Configuration menu - View commit details
-
Copy full SHA for fe9b905 - Browse repository at this point
Copy the full SHA fe9b905View commit details -
Merge pull request netblue30#4475 from davidebeatrici/telegram-deskto…
…p-2.6.1-fix telegram.profile: whitelist /usr/share/TelegramDesktop
Configuration menu - View commit details
-
Copy full SHA for 18fa01c - Browse repository at this point
Copy the full SHA 18fa01cView commit details -
Merge pull request netblue30#4477 from bjpbakker/multimc5-lwjgl
multimc5: fix exec of LWJGL libraries
Configuration menu - View commit details
-
Copy full SHA for d0668fb - Browse repository at this point
Copy the full SHA d0668fbView commit details -
Merge pull request netblue30#4479 from kmk3/issue-template-improvements
Issue template improvements
Configuration menu - View commit details
-
Copy full SHA for 1cf621c - Browse repository at this point
Copy the full SHA 1cf621cView commit details -
Merge pull request netblue30#4481 from kmk3/readme-add-artix
README.md: add artix linux to distro list
Configuration menu - View commit details
-
Copy full SHA for 8ba6647 - Browse repository at this point
Copy the full SHA 8ba6647View commit details -
Merge pull request netblue30#4487 from kmk3/blame-ignore-add-big-revert
.git-blame-ignore-revs: add revert of allow/deny move
Configuration menu - View commit details
-
Copy full SHA for 673582f - Browse repository at this point
Copy the full SHA 673582fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a44fa49 - Browse repository at this point
Copy the full SHA a44fa49View commit details -
pirate486743186 committed
Aug 30, 2021 Configuration menu - View commit details
-
Copy full SHA for 8bf3bb2 - Browse repository at this point
Copy the full SHA 8bf3bb2View commit details
Commits on Sep 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 13adc77 - Browse repository at this point
Copy the full SHA 13adc77View commit details -
Revert "allow/deny help and man pages"
This reverts commit a11707e. The man pages currently direct users to use the aliases instead of the commands, which some users of firejail-git may end up doing. Example: netblue30#4496 So revert the man page changes as well to avoid confusion. Note: This is not a full revert. The commit in question also contains some string formatting fixes on src/firejail/usage.c (related to dbus and netmask), which are left intact. Relates to netblue30#4410.
Configuration menu - View commit details
-
Copy full SHA for dd13595 - Browse repository at this point
Copy the full SHA dd13595View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f27981 - Browse repository at this point
Copy the full SHA 0f27981View commit details
Commits on Sep 3, 2021
-
- whitelist /run/resolvconf/resolv.conf -- Fixes netblue30#4482 - Drop whitelist for /run/systemd/resolve/stub-resolv.conf, /run/systemd/resolve/resolv.conf is the right path AIUI.
Configuration menu - View commit details
-
Copy full SHA for 33086c1 - Browse repository at this point
Copy the full SHA 33086c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for e7264f1 - Browse repository at this point
Copy the full SHA e7264f1View commit details -
Fix netblue30#4506 -- Freetube does not start
Freetube from AUR uses a wrapper script
Configuration menu - View commit details
-
Copy full SHA for eae1f4b - Browse repository at this point
Copy the full SHA eae1f4bView commit details -
Update wrc for Arch Linux (netblue30#4507)
This is a quick fix of netblue30#4482 for distributions that link /etc/resolv.conf to /run/systemd/resolve/stub-resolv.conf (Arch Linux is one of them).
Configuration menu - View commit details
-
Copy full SHA for 6192585 - Browse repository at this point
Copy the full SHA 6192585View commit details
Commits on Sep 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3a33386 - Browse repository at this point
Copy the full SHA 3a33386View commit details -
- 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
Configuration menu - View commit details
-
Copy full SHA for 263e3fe - Browse repository at this point
Copy the full SHA 263e3feView commit details
Commits on Sep 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e17223e - Browse repository at this point
Copy the full SHA e17223eView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc59143 - Browse repository at this point
Copy the full SHA dc59143View commit details -
- closes netblue30#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 (netblue30#4512) - firefox: org.freedesktop.portal.Desktop should be enough
Configuration menu - View commit details
-
Copy full SHA for 5d3e0e8 - Browse repository at this point
Copy the full SHA 5d3e0e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b3cd31 - Browse repository at this point
Copy the full SHA 7b3cd31View commit details
Commits on Sep 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1b6bdca - Browse repository at this point
Copy the full SHA 1b6bdcaView commit details -
Configuration menu - View commit details
-
Copy full SHA for befa500 - Browse repository at this point
Copy the full SHA befa500View commit details -
Merge pull request netblue30#4493 from pirate486743186/fix-duplicate-…
…global fix duplicate globals
Configuration menu - View commit details
-
Copy full SHA for 8c8282e - Browse repository at this point
Copy the full SHA 8c8282eView commit details -
Configuration menu - View commit details
-
Copy full SHA for af94772 - Browse repository at this point
Copy the full SHA af94772View commit details
Commits on Sep 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a138a65 - Browse repository at this point
Copy the full SHA a138a65View commit details
Commits on Sep 17, 2021
-
bug_report.md: improve grammar
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1b1009c - Browse repository at this point
Copy the full SHA 1b1009cView commit details -
bug_report.md: clarify message
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for b3212ed - Browse repository at this point
Copy the full SHA b3212edView commit details -
Merge pull request netblue30#4515 from rusty-snake/rework-issue-template
Rework issue templates
Configuration menu - View commit details
-
Copy full SHA for 7f2597d - Browse repository at this point
Copy the full SHA 7f2597dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7aec067 - Browse repository at this point
Copy the full SHA 7aec067View commit details
Commits on Sep 18, 2021
-
Add ld.so.preload to all private-etc lines
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-*/*
Configuration menu - View commit details
-
Copy full SHA for d8d97ac - Browse repository at this point
Copy the full SHA d8d97acView commit details
Commits on Sep 19, 2021
-
Fix netblue30#4555 - Allow evince to read .cbz file format
Enable evince to display archived images (.cbz) file with plugin installed.
Configuration menu - View commit details
-
Copy full SHA for e9518d4 - Browse repository at this point
Copy the full SHA e9518d4View commit details -
Merge pull request netblue30#4501 from tredondo/patch-9
Blacklist Exodus wallet
Configuration menu - View commit details
-
Copy full SHA for 963e4d0 - Browse repository at this point
Copy the full SHA 963e4d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3f2996 - Browse repository at this point
Copy the full SHA c3f2996View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc726f - Browse repository at this point
Copy the full SHA ccc726fView commit details -
Configuration menu - View commit details
-
Copy full SHA for c2c51e7 - Browse repository at this point
Copy the full SHA c2c51e7View commit details
Commits on Sep 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for df53dce - Browse repository at this point
Copy the full SHA df53dceView commit details
Commits on Sep 21, 2021
-
Merge pull request netblue30#4502 from kmk3/revert-allow-deny-man
Revert "allow/deny help and man pages"
Configuration menu - View commit details
-
Copy full SHA for 6006ee5 - Browse repository at this point
Copy the full SHA 6006ee5View commit details -
* add 128 to exitcode if child receives a fatal signal (this is similar to what bash and other shells do) * unify exitcodes across firejail: treat join'ed processes the same as processes in the primary process tree
Configuration menu - View commit details
-
Copy full SHA for 1b2710f - Browse repository at this point
Copy the full SHA 1b2710fView commit details
Commits on Sep 22, 2021
-
Merge pull request netblue30#4533 from smitsohu/exitcode
rework exitcodes
Configuration menu - View commit details
-
Copy full SHA for 3a9f18f - Browse repository at this point
Copy the full SHA 3a9f18fView commit details -
Configuration menu - View commit details
-
Copy full SHA for f927bc9 - Browse repository at this point
Copy the full SHA f927bc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a1dd38 - Browse repository at this point
Copy the full SHA 7a1dd38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 921c9cc - Browse repository at this point
Copy the full SHA 921c9ccView commit details -
use license file from gnu.org (netblue30#4571)
The current file is missing the 'How to Apply These Terms to Your New Programs' section, which is an integral part of the GPL. More info here: https://www.gnu.org/licenses/old-licenses/gpl-2.0-faq.html#GPLOmitPreamble File downloaded from: https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
Configuration menu - View commit details
-
Copy full SHA for ed1236f - Browse repository at this point
Copy the full SHA ed1236fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 47f7347 - Browse repository at this point
Copy the full SHA 47f7347View commit details -
Configuration menu - View commit details
-
Copy full SHA for 452916a - Browse repository at this point
Copy the full SHA 452916aView commit details
Commits on Sep 24, 2021
-
Merge pull request netblue30#4560 from onny/nolinkcheck
Remove /etc/hosts is_link check
Configuration menu - View commit details
-
Copy full SHA for a5c7189 - Browse repository at this point
Copy the full SHA a5c7189View commit details -
Merge pull request netblue30#4572 from a1346054/newline-fix
Add missing final newlines
Configuration menu - View commit details
-
Copy full SHA for efa57a6 - Browse repository at this point
Copy the full SHA efa57a6View commit details -
Merge pull request netblue30#4564 from lecso7/master
Create goldendict.profile
Configuration menu - View commit details
-
Copy full SHA for 49449a1 - Browse repository at this point
Copy the full SHA 49449a1View commit details -
Merge pull request netblue30#4559 from rusty-snake/private-etc_ld.so.…
…preload Add ld.so.preload to all private-etc lines
Configuration menu - View commit details
-
Copy full SHA for 99d2e60 - Browse repository at this point
Copy the full SHA 99d2e60View commit details -
Merge pull request netblue30#4514 from nidamanx/master
telegram: Enable private-bin
Configuration menu - View commit details
-
Copy full SHA for 3492d15 - Browse repository at this point
Copy the full SHA 3492d15View commit details -
Configuration menu - View commit details
-
Copy full SHA for d9c2558 - Browse repository at this point
Copy the full SHA d9c2558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 05374b0 - Browse repository at this point
Copy the full SHA 05374b0View commit details
Commits on Sep 25, 2021
-
private-lib: check firejail libraries as root user (netblue30#4576)
users, and fldd in particular, might have no read permission on the firejail executable, make that ok by running fldd as root
Configuration menu - View commit details
-
Copy full SHA for 5025f4f - Browse repository at this point
Copy the full SHA 5025f4fView commit details -
don't try to read /usr/bin/firejail if private-bin removed it from the sandbox filesystem
Configuration menu - View commit details
-
Copy full SHA for 8d36b86 - Browse repository at this point
Copy the full SHA 8d36b86View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6eafbfd - Browse repository at this point
Copy the full SHA 6eafbfdView commit details
Commits on Sep 27, 2021
-
Merge pull request netblue30#4575 from a1346054/whitespace-fix
Trim excess whitespace
Configuration menu - View commit details
-
Copy full SHA for 09485e3 - Browse repository at this point
Copy the full SHA 09485e3View commit details
Commits on Sep 29, 2021
-
- Allow org.freedesktop.secrets, fixes netblue30#4584 - Improve comments about notifications and systray
Configuration menu - View commit details
-
Copy full SHA for 6988a80 - Browse repository at this point
Copy the full SHA 6988a80View commit details
Commits on Sep 30, 2021
-
* 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 netblue30#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 (netblue30#4518) - allow chroot * pandoc - fix: include allow-bin-sh.inc - fix: drop private-bin - hardening: include whitelist-runuser-common.inc - hardening: seccomp.block-secondary
Configuration menu - View commit details
-
Copy full SHA for f391291 - Browse repository at this point
Copy the full SHA f391291View commit details
Commits on Oct 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 9e18bf8 - Browse repository at this point
Copy the full SHA 9e18bf8View commit details
Commits on Oct 2, 2021
-
Merge pull request netblue30#4585 from smitsohu/euid
add more EUID improvements
Configuration menu - View commit details
-
Copy full SHA for d2389ec - Browse repository at this point
Copy the full SHA d2389ecView commit details -
Comment to use UPnP with amule.profile
In order UPnP to work netlink protocol must be enabled.
Configuration menu - View commit details
-
Copy full SHA for 23d7231 - Browse repository at this point
Copy the full SHA 23d7231View commit details
Commits on Oct 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 84d5469 - Browse repository at this point
Copy the full SHA 84d5469View commit details -
Merge pull request netblue30#4371 from chrpinedo/patch-1
Correct amule.profile for upnp
Configuration menu - View commit details
-
Copy full SHA for 32fb5ed - Browse repository at this point
Copy the full SHA 32fb5edView commit details
Commits on Oct 6, 2021
-
mountinfo: get mount id from failed call to name_to_handle_at
Enables recursive remounting on very old kernels, which has some relevance for SailfishOS community ports.
Configuration menu - View commit details
-
Copy full SHA for a78d014 - Browse repository at this point
Copy the full SHA a78d014View commit details -
Merge pull request netblue30#4590 from smitsohu/mountid
Read mount id also on legacy kernels
Configuration menu - View commit details
-
Copy full SHA for f02a218 - Browse repository at this point
Copy the full SHA f02a218View commit details
Commits on Oct 7, 2021
-
DO NOT MERGE! Please review. MERGE BLOCKER: firecfg does not create the necessary symlink in /usr/local/bin /usr/bin/luarocks however is a proper working binary. Another annoyance from this: Neovim has a package manager called packer, which pollutes $HOME with manifest-5-[1-4].zip and a pile of .rockspec and .src.rock files.
Configuration menu - View commit details
-
Copy full SHA for 990ffbb - Browse repository at this point
Copy the full SHA 990ffbbView commit details
Commits on Oct 8, 2021
-
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for eb7dab0 - Browse repository at this point
Copy the full SHA eb7dab0View commit details -
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4e670d2 - Browse repository at this point
Copy the full SHA 4e670d2View commit details -
shortening (default-disabled) private-etc
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 5df4c63 - Browse repository at this point
Copy the full SHA 5df4c63View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6f0021 - Browse repository at this point
Copy the full SHA f6f0021View commit details -
Configuration menu - View commit details
-
Copy full SHA for 65242d9 - Browse repository at this point
Copy the full SHA 65242d9View commit details -
fix allow-lua.inc and disable-interpreters.inc
noblacklist in allow-lua.inc must corresponds to blacklist section for lua in disable-interpreters.inc
Configuration menu - View commit details
-
Copy full SHA for 4c5ca65 - Browse repository at this point
Copy the full SHA 4c5ca65View commit details -
Co-authored-by: rusty-snake <41237666+rusty-snake@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 161df63 - Browse repository at this point
Copy the full SHA 161df63View commit details -
* disable /run/user/userid * use well tested whitelist-usr-share-common.inc * use disable-X11.inc
Configuration menu - View commit details
-
Copy full SHA for 29ef011 - Browse repository at this point
Copy the full SHA 29ef011View commit details -
Configuration menu - View commit details
-
Copy full SHA for e610d2e - Browse repository at this point
Copy the full SHA e610d2eView commit details -
* dont break various application sandboxes with noblacklist /usr/include/lua* Instead insert it manually for luarocks. * remove redundant `blacklist /usr/share/lua` from disable-interpreters.inc
Configuration menu - View commit details
-
Copy full SHA for f3e9ea0 - Browse repository at this point
Copy the full SHA f3e9ea0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ce1b231 - Browse repository at this point
Copy the full SHA ce1b231View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d1f524 - Browse repository at this point
Copy the full SHA 1d1f524View commit details