1.0.7.1 ubuntu fix

This commit is contained in:
2025-10-22 12:58:04 +08:00
parent 7f1851b5cc
commit 41aede9bbe
4 changed files with 11 additions and 1 deletions

0
.lock Normal file
View File

View File

@@ -1,6 +1,6 @@
Package: apm
Source: amber-ce
Version: 1.0.7
Version: 1.0.7.1
Architecture: amd64
Maintainer: shenmo <shenmo@spark-app.store>
Installed-Size: 49036

View File

@@ -10,6 +10,7 @@ systemctl enable gxde-apm-fixer
systemctl enable apm-daily-update
systemctl start gxde-apm-fixer
systemctl start apm-daily-update
systemctl restart apparmor.service || true
if [ -f /usr/lib/sysctl.d/apm.conf ];then
sysctl -p /usr/lib/sysctl.d/apm.conf

9
src/etc/apparmor.d/apm Normal file
View File

@@ -0,0 +1,9 @@
abi <abi/4.0>,
include <tunables/global>
profile bwrap /usr/bin/bwrap flags=(unconfined) {
userns,
# Site-specific additions and overrides. See local/README for details.
include if exists <local/bwrap>
}