ablrun bwrap
This commit is contained in:
@@ -286,7 +286,15 @@ kernel.apparmor_restrict_unprivileged_unconfined=0
|
|||||||
kernel.apparmor_restrict_unprivileged_userns=0
|
kernel.apparmor_restrict_unprivileged_userns=0
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
cat > ./deb-contents/DEBIAN/postinst << 'EOF'
|
||||||
|
#!/bin/bash
|
||||||
|
if [ -f /usr/lib/sysctl.d/additional-base-lib.conf ];then
|
||||||
|
sysctl -p /usr/lib/sysctl.d/additional-base-lib.conf
|
||||||
|
fi
|
||||||
|
true
|
||||||
|
|
||||||
|
EOF
|
||||||
|
chmod +x ./deb-contents/DEBIAN/postinst
|
||||||
echo
|
echo
|
||||||
echo "build deb package:"
|
echo "build deb package:"
|
||||||
dpkg-deb -Z xz -b ./deb-contents "./additional-base-lib_${GLIBC_VERSION}-${ABL_VERSION}_${DEBIAN_DEB_ARCH}.deb"
|
dpkg-deb -Z xz -b ./deb-contents "./additional-base-lib_${GLIBC_VERSION}-${ABL_VERSION}_${DEBIAN_DEB_ARCH}.deb"
|
||||||
|
|||||||
Reference in New Issue
Block a user