Skip to content

apparmor: Allow lock access to ${HOME}/.local/share

The applications database is stored in ${HOME}/.local/share/frome/applications.db. When accessing the database, sqlite3 tries to lock the file with fcntl() and this action needs to be allowed with 'k' in the apparmor profile for /usr/bin/frome.

Merge request reports