fix(profile): dockerd can be installed in both bin or sbin depending of the package source.
This commit is contained in:
parent
8b64d7dd46
commit
aab12e6948
2 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
|
|
@ -171,6 +171,7 @@ dmidecode
|
||||||
dmraid
|
dmraid
|
||||||
dmsetup
|
dmsetup
|
||||||
dnsmasq
|
dnsmasq
|
||||||
|
dockerd
|
||||||
dosfsck
|
dosfsck
|
||||||
dosfslabel
|
dosfslabel
|
||||||
dpkg-preconfigure
|
dpkg-preconfigure
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue