From 7f3f0809a6afa44282da5fef4d62f926117bb347 Mon Sep 17 00:00:00 2001 From: EricLin0509 Date: Mon, 24 Mar 2025 01:42:44 +0800 Subject: [PATCH] Fix can't parse mount rule error --- apparmor.d/profiles-s-z/wechat-appimage | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apparmor.d/profiles-s-z/wechat-appimage b/apparmor.d/profiles-s-z/wechat-appimage index c12d587c7..b9db2cef2 100755 --- a/apparmor.d/profiles-s-z/wechat-appimage +++ b/apparmor.d/profiles-s-z/wechat-appimage @@ -26,7 +26,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) { network inet6 dgram, network inet6 stream, - mount fstype=fuse.wechat-appimage.AppImage options=(ro nodev nosuid) wechat-appimage.AppImage -> @{tmp}/.mount_wechat@{word6}/, + mount fstype=fuse.wechat-appimage.AppImage options=(ro nodev nosuid) -> @{tmp}/.mount_wechat@{word6}/, umount @{tmp}/.mount_wechat@{word6}/, @@ -76,7 +76,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) { capability dac_read_search, capability sys_admin, - mount fstype=fuse.wechat-appimage.AppImage options=(ro nodev nosuid) wechat-appimage.AppImage -> @{tmp}/.mount_wechat@{word6}/, + mount fstype=fuse.wechat-appimage.AppImage options=(ro nodev nosuid) -> @{tmp}/.mount_wechat@{word6}/, umount @{tmp}/.mount_wechat@{word6}/,