fix(profile): borg needs console access.

Fix #280
This commit is contained in:
Alexandre Pujol 2024-01-25 13:22:20 +00:00
parent 141172228a
commit 134a487ff3
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -10,6 +10,7 @@ include <tunables/global>
@{exec_path} = @{bin}/borg
profile borg @{exec_path} {
include <abstractions/base>
include <abstractions/consoles>
include <abstractions/nameservice-strict>
include <abstractions/python>