We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff5407f commit b23cdbcCopy full SHA for b23cdbc
2 files changed
includes.container/usr/bin/runroot
@@ -0,0 +1,2 @@
1
+#!/bin/bash
2
+exec pkexec --keep-cwd "$@"
recipe.yml
@@ -61,6 +61,11 @@ stages:
61
commands:
62
- echo -e "ALGO=lz4\nPERCENT=50" >> /etc/default/zramswap
63
64
+ - name: runroot
65
+ type: shell
66
+ commands:
67
+ - chmod +x /usr/bin/runroot
68
+
69
- name: fsguard-runtime-deps
70
type: apt
71
sources:
0 commit comments