Skip to content

Commit

Permalink
Merge pull request #663 from ivan-hc/dev
Browse files Browse the repository at this point in the history
Improved sandboxing method for AppImages with revamped option --sandbox, dropping Firejail support in favor of "Aisap"
  • Loading branch information
ivan-hc authored Jun 15, 2024
2 parents 44ac5c7 + 8ef07f8 commit 2c8e3a9
Show file tree
Hide file tree
Showing 4 changed files with 239 additions and 175 deletions.
5 changes: 2 additions & 3 deletions APP-MANAGER
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

AMVERSION="6.11"
AMVERSION="6.12"

# Determine main repository and branch
AMREPO="https://github.com/ivan-hc/AM/main"
Expand Down Expand Up @@ -535,7 +535,6 @@ function _generate_options_list() {
--devmode-enable
--disable-completion
--enable-completion
--firejail
--force-latest
--home
--launcher
Expand Down Expand Up @@ -1024,7 +1023,7 @@ case "$1" in
_use_module "$@"
;;
'-H'|'--home'|\
'--firejail'|'--sandbox')
'--sandbox')
MODULE="sandboxes.am"
_use_module "$@"
;;
Expand Down
Loading

0 comments on commit 2c8e3a9

Please sign in to comment.