Fix can't parse mount rule error
This commit is contained in:
parent
8c9d61a28e
commit
7f3f0809a6
1 changed files with 2 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
|
||||||
network inet6 dgram,
|
network inet6 dgram,
|
||||||
network inet6 stream,
|
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}/,
|
umount @{tmp}/.mount_wechat@{word6}/,
|
||||||
|
|
||||||
|
|
@ -76,7 +76,7 @@ profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
|
||||||
capability dac_read_search,
|
capability dac_read_search,
|
||||||
capability sys_admin,
|
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}/,
|
umount @{tmp}/.mount_wechat@{word6}/,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue