mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2025-03-03 14:14:43 +01:00
A small fix
This commit is contained in:
parent
7f1576a179
commit
83f98723d5
1 changed files with 1 additions and 3 deletions
|
@ -11,9 +11,7 @@ include <tunables/global>
|
|||
@{config_dirs} = @{user_config_dirs}/@{name}
|
||||
@{cache_dirs} = @{user_cache_dirs}/@{name}
|
||||
|
||||
@{exec_path} = @{bin}/wechat
|
||||
@{exec_path} += @{lib_dirs}/wechat-appimage.Appimage
|
||||
@{exec_path} += /tmp/.mount_wechat??????/user/bin/wechat
|
||||
@{exec_path} = @{bin}/wechat @{lib_dirs}/wechat-appimage.Appimage /tmp/.mount_wechat??????/user/bin/wechat
|
||||
profile wechat-appimage @{exec_path} flags=(attach_disconnected) {
|
||||
include <abstractions/base>
|
||||
include <abstractions/attached/consoles>
|
||||
|
|
Loading…
Add table
Reference in a new issue