fix(profile): dockerd can be installed in both bin or sbin depending of the package source.

This commit is contained in:
Alexandre Pujol 2025-08-12 11:07:08 +02:00
parent 8b64d7dd46
commit aab12e6948
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
2 changed files with 2 additions and 1 deletions

View file

@ -6,7 +6,7 @@ abi <abi/4.0>,
include <tunables/global> include <tunables/global>
@{exec_path} = @{bin}/dockerd @{exec_path} = @{bin}/dockerd @{sbin}/dockerd #aa:lint ignore=sbin
profile dockerd @{exec_path} flags=(attach_disconnected) { profile dockerd @{exec_path} flags=(attach_disconnected) {
include <abstractions/base> include <abstractions/base>
include <abstractions/bus-system> include <abstractions/bus-system>

View file

@ -171,6 +171,7 @@ dmidecode
dmraid dmraid
dmsetup dmsetup
dnsmasq dnsmasq
dockerd
dosfsck dosfsck
dosfslabel dosfslabel
dpkg-preconfigure dpkg-preconfigure