fix(pacman): add attach_disconnected flag

Fixes #350
This commit is contained in:
REmerald 2024-06-04 21:56:15 +00:00 committed by GitHub
parent 0f493c65d6
commit 6ebb5d94a3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7,7 +7,7 @@ abi <abi/3.0>,
include <tunables/global>
@{exec_path} = @{bin}/pacman
profile pacman @{exec_path} {
profile pacman @{exec_path} flags=(attach_disconnected) {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/disks-read>