Fix can't parse mount rule error

This commit is contained in:
EricLin0509 2025-03-24 01:42:44 +08:00 committed by Alex
parent 8c9d61a28e
commit 7f3f0809a6

View file

@ -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}/,