feat(abs): use the new secrets-service abstraction.

This commit is contained in:
Alexandre Pujol 2025-09-13 00:55:32 +02:00
parent 608ff3db0c
commit 4bbe0a1a32
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
9 changed files with 9 additions and 9 deletions

View file

@ -25,7 +25,6 @@
include <abstractions/bus/org.bluez>
include <abstractions/bus/org.freedesktop.Avahi>
include <abstractions/bus/org.freedesktop.FileManager1>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.freedesktop.UPower>
include <abstractions/bus/org.gnome.Mutter.IdleMonitor>
include <abstractions/bus/org.gnome.SessionManager>
@ -40,6 +39,7 @@
include <abstractions/nameservice-strict>
include <abstractions/notifications>
include <abstractions/screensaver>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
include <abstractions/thumbnails-cache-read>
include <abstractions/uim>

View file

@ -10,12 +10,12 @@ include <tunables/global>
profile evolution-source-registry @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.gtk.vfs.MountTracker>
include <abstractions/dconf-write>
include <abstractions/gschemas>
include <abstractions/nameservice-strict>
include <abstractions/p11-kit>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
network inet stream,

View file

@ -27,7 +27,6 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
include <abstractions/bus/org.freedesktop.PackageKit>
include <abstractions/bus/org.freedesktop.portal.Desktop>
include <abstractions/bus/org.freedesktop.RealtimeKit1>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.freedesktop.systemd1>
include <abstractions/bus/org.freedesktop.UPower>
include <abstractions/bus/org.gnome.keyring.internal.Prompter>
@ -43,6 +42,7 @@ profile gnome-shell @{exec_path} flags=(attach_disconnected,mediate_deleted) {
include <abstractions/nameservice-strict>
include <abstractions/notifications>
include <abstractions/p11-kit>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
include <abstractions/thumbnails-cache-read>

View file

@ -15,11 +15,11 @@ profile seahorse @{exec_path} {
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.Avahi>
include <abstractions/bus/org.freedesktop.portal.Desktop>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.gtk.vfs.MountTracker>
include <abstractions/dconf-write>
include <abstractions/gnome-strict>
include <abstractions/p11-kit>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
#aa:dbus own bus=session name=org.gnome.seahorse.Application interface+=org.gnome.Shell.SearchProvider2

View file

@ -10,10 +10,10 @@ include <tunables/global>
profile gitg @{exec_path} {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/dconf-write>
include <abstractions/desktop>
include <abstractions/nameservice-strict>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
network inet dgram,

View file

@ -17,8 +17,8 @@ include <tunables/global>
profile protonmail @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/bus-session>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/common/electron>
include <abstractions/secrets-service>
network inet stream,
network inet dgram,

View file

@ -16,7 +16,6 @@ profile remmina @{exec_path} {
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.Avahi>
include <abstractions/bus/org.freedesktop.hostname1>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.gtk.Private.RemoteVolumeMonitor>
include <abstractions/bus/org.kde.StatusNotifierWatcher>
include <abstractions/dconf-write>
@ -25,6 +24,7 @@ profile remmina @{exec_path} {
include <abstractions/ibus>
include <abstractions/nameservice-strict>
include <abstractions/notifications>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
include <abstractions/thumbnails-cache-read>
include <abstractions/user-download-strict>

View file

@ -23,7 +23,6 @@ profile spotify @{exec_path} flags=(attach_disconnected) {
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.bluez>
include <abstractions/bus/org.freedesktop.portal.Desktop>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.gnome.SettingsDaemon.MediaKeys>
include <abstractions/bus/org.gtk.vfs.MountTracker>
include <abstractions/bus/org.kde.StatusNotifierWatcher>
@ -33,6 +32,7 @@ profile spotify @{exec_path} flags=(attach_disconnected) {
include <abstractions/devices-usb-read>
include <abstractions/notifications>
include <abstractions/screensaver>
include <abstractions/secrets-service>
network inet dgram,
network inet6 dgram,

View file

@ -14,7 +14,6 @@ profile vlc @{exec_path} {
include <abstractions/bus-accessibility>
include <abstractions/bus-session>
include <abstractions/bus/org.a11y>
include <abstractions/bus/org.freedesktop.secrets>
include <abstractions/bus/org.kde.kwalletd>
include <abstractions/bus/org.kde.StatusNotifierWatcher>
include <abstractions/camera>
@ -28,6 +27,7 @@ profile vlc @{exec_path} {
include <abstractions/nameservice-strict>
include <abstractions/qt5-settings-write>
include <abstractions/screensaver>
include <abstractions/secrets-service>
include <abstractions/ssl_certs>
include <abstractions/user-download-strict>