feat(profiles): improve kde integration.

See #208
This commit is contained in:
Alexandre Pujol 2023-10-16 22:48:13 +01:00
parent 5f47df0b79
commit e43ce58de1
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
6 changed files with 23 additions and 5 deletions

View file

@ -45,6 +45,10 @@ profile gpg @{exec_path} {
owner /var/lib/*/.gnupg/ rw,
owner /var/lib/*/.gnupg/** rwkl -> /var/lib/*/.gnupg/**,
# TODO: Remove after zypper profile is created
owner /var/tmp/zypp.@{rand6}/ rw,
owner /var/tmp/zypp.@{rand6}/** rwkl -> /var/tmp/zypp.@{rand6}/**,
owner /tmp/ostree-gpg-*/ r,
owner /tmp/ostree-gpg-*/** rwkl -> /tmp/ostree-gpg-*/**,