1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

fix(apparmor): Fix typo in file path

File rule to allow loading the executable itself has typo - no
executable name itself is present. Profile still works OK but it might
fail on some older kernels.

Fix file rule by specifying full path to the executable.
This commit is contained in:
Vincas Dargis 2019-03-18 21:06:15 +02:00
parent 3c7b0075f7
commit 4d9cc7216a
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ profile qtox /usr{,/local}/bin/qtox {
# Main executable
@{qtox_prefix}/bin mr,
@{qtox_prefix}/bin/qtox mr,
# Other executables

View File

@ -29,7 +29,7 @@ profile qtox /usr{,/local}/bin/qtox {
# Main executable
@{qtox_prefix}/bin mr,
@{qtox_prefix}/bin/qtox mr,
# Other executables