Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akonadi
Commits
629a9f9e
Commit
629a9f9e
authored
Jul 13, 2021
by
Christian Boltz
Committed by
Sandro Knauß
Jul 17, 2021
Browse files
Add openSUSE paths to postgresql AppArmor profile
parent
b6739037
Changes
2
Hide whitespace changes
Inline
Side-by-side
apparmor/postgresql_akonadi
View file @
629a9f9e
...
...
@@ -2,7 +2,7 @@
@{xdg_data_home}=@{HOME}/.local/share
@{postgresqlpath} = /usr/ /usr/lib/postgresql/*/ /opt/pgsql*/
@{postgresqlpath} = /usr/ /usr/lib/postgresql/*/
/usr/lib/postgresql*[0-9]/
/opt/pgsql*/
profile postgresql_akonadi {
#include <abstractions/base>
...
...
@@ -24,6 +24,7 @@ profile postgresql_akonadi {
@{postgresqlpath}/bin/pg_ctl mrix,
@{postgresqlpath}/bin/postgres mrix,
/usr/share/postgresql/** r,
/usr/share/postgresql*[0-9]/timezonesets/Default r,
owner /dev/shm/PostgreSQL.* rw,
owner @{xdg_data_home}/akonadi/** rwlk,
owner @{xdg_data_home}/akonadi/db_data/** l,
...
...
apparmor/usr.bin.akonadiserver
View file @
629a9f9e
...
...
@@ -4,7 +4,7 @@
@{xdg_config_home}=@{HOME}/.config
@{postgresqlpath} = /usr/ /usr/lib/postgresql/*/ /opt/pgsql*/
@{postgresqlpath} = /usr/ /usr/lib/postgresql/*/
/usr/lib/postgresql*[0-9]/
/opt/pgsql*/
/usr/bin/akonadiserver {
#include <abstractions/base>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment