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 309368b commit bfffc09Copy full SHA for bfffc09
.github/workflows/checks.yml
@@ -114,12 +114,11 @@ jobs:
114
115
- name: Allow unprivileged user namespaces
116
run: |
117
- echo content of /etc/sysctl.d/:
118
- ls -l /etc/sysctl.d/
119
- OPTION="kernel.apparmor_restrict_unprivileged_userns = 0"
120
- FILE="/etc/sysctl.d/99-apparmor.conf"
121
- sudo bash -c "echo '${OPTION}' >> ${FILE}"
122
- sudo sysctl --system
+ # OPTION="kernel.apparmor_restrict_unprivileged_userns = 0"
+ # FILE="/etc/sysctl.d/99-apparmor.conf"
+ # sudo bash -c "echo '${OPTION}' >> ${FILE}"
+ # sudo sysctl --system
+ sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
123
124
- name: Setup Python & Poetry Environment
125
uses: exasol/python-toolbox/.github/actions/[email protected]
0 commit comments