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:
parent
3c7b0075f7
commit
4d9cc7216a
|
@ -22,7 +22,7 @@ profile qtox /usr{,/local}/bin/qtox {
|
|||
|
||||
# Main executable
|
||||
|
||||
@{qtox_prefix}/bin mr,
|
||||
@{qtox_prefix}/bin/qtox mr,
|
||||
|
||||
# Other executables
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ profile qtox /usr{,/local}/bin/qtox {
|
|||
|
||||
# Main executable
|
||||
|
||||
@{qtox_prefix}/bin mr,
|
||||
@{qtox_prefix}/bin/qtox mr,
|
||||
|
||||
# Other executables
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user