fix(profile): set flags in sub profile of fwupd.

This commit is contained in:
Alexandre Pujol 2024-09-10 17:38:05 +01:00
parent d9ce0d287d
commit 67c5181ba9
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -8,7 +8,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{lib}/{,fwupd/}fwupd
profile fwupd @{exec_path} flags=(complain,attach_disconnected) {
profile fwupd @{exec_path} flags=(attach_disconnected,complain) {
include <abstractions/base>
include <abstractions/bus-system>
include <abstractions/bus/org.bluez>
@ -126,7 +126,7 @@ profile fwupd @{exec_path} flags=(complain,attach_disconnected) {
/dev/tpmrm@{int} rw,
/dev/wmi/* r,
profile gpg flags=(complain) {
profile gpg flags=(attach_disconnected,complain) {
include <abstractions/base>
include <abstractions/nameservice-strict>