Skip to content

Commit

Permalink
fix; host-spawn unable to spawn abroot due to privileges
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 2, 2024
1 parent 3746970 commit 4899992
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions includes.container/usr/bin/abroot
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/bash
host-spawn pkexec abroot "$@"
1 change: 0 additions & 1 deletion recipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ modules:
type: shell
commands:
- ln -s /usr/bin/host-spawn /usr/bin/vso
- ln -s /usr/bin/host-spawn /usr/bin/abroot
- ln -s /usr/bin/host-spawn /usr/bin/apx
- ln -s /usr/bin/host-spawn /usr/bin/ikaros
- ln -s /usr/bin/host-spawn /usr/bin/vanilla-sideload
Expand Down

0 comments on commit 4899992

Please sign in to comment.