feat(profile): integrate fsp with apt and ubuntu.

This commit is contained in:
Alexandre Pujol 2025-05-29 23:29:52 +02:00
parent 3984cf8acc
commit 7f684ee5dd
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
7 changed files with 22 additions and 9 deletions

View file

@ -12,8 +12,17 @@ profile update-notifier-crash @{exec_path} {
@{exec_path} mr,
@{bin}/systemctl Cx -> systemctl,
/usr/share/apport/apport-checkreports Px,
profile systemctl {
include <abstractions/base>
include <abstractions/app/systemctl>
include if exists <local/update-notifier-crash_systemctl>
}
include if exists <local/update-notifier-crash>
}