fix(test): various integration improvments.
This commit is contained in:
parent
8d71574e4d
commit
d5e70ca994
3 changed files with 11 additions and 6 deletions
|
|
@ -41,10 +41,14 @@ profile flatpak @{exec_path} flags=(attach_disconnected,mediate_deleted,complain
|
|||
signal send peer=flatpak-app,
|
||||
|
||||
#aa:dbus talk bus=session name=org.freedesktop.Flatpak.SessionHelper label=flatpak-session-helper
|
||||
#aa:dbus talk bus=session name=org.freedesktop.portal.Documents path=/org/freedesktop/portal/documents label=xdg-document-portal
|
||||
#aa:dbus talk bus=system name=org.freedesktop.Accounts label=accounts-daemon
|
||||
#aa:dbus talk bus=system name=org.freedesktop.PolicyKit1 label=polkitd
|
||||
|
||||
dbus send bus=session path=/org/freedesktop/portal/documents
|
||||
interface=org.freedesktop.portal.Documents
|
||||
member=GetMountPoint
|
||||
peer=(name=org.freedesktop.portal.Documents, label="{xdg-document-portal,unconfined}"),
|
||||
|
||||
@{exec_path} mr,
|
||||
|
||||
@{bin}/bwrap rPx -> flatpak-app,
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@ include <tunables/global>
|
|||
profile package-data-downloader @{exec_path} {
|
||||
include <abstractions/base>
|
||||
include <abstractions/common/apt>
|
||||
include <abstractions/consoles>
|
||||
include <abstractions/nameservice-strict>
|
||||
include <abstractions/python>
|
||||
|
||||
|
|
|
|||
|
|
@ -41,18 +41,18 @@ profile ucf @{exec_path} {
|
|||
|
||||
/usr/share/debconf/frontend rPx, # TODO: rCx -> debonc-frontend,
|
||||
|
||||
# For md5sum
|
||||
/usr/share/** r,
|
||||
|
||||
/etc/default/* rw,
|
||||
/etc/libreoffice/registry/** r,
|
||||
/etc/ucf.conf r,
|
||||
|
||||
/var/lib/ucf/** rw,
|
||||
# For writing new config files
|
||||
/etc/** rw,
|
||||
|
||||
# For shell pwd
|
||||
/ r,
|
||||
/root/ r,
|
||||
|
||||
owner /var/lib/ucf/** rw,
|
||||
|
||||
owner /tmp/tmp.@{rand10} r,
|
||||
|
||||
include if exists <local/ucf>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue