forked from pool/docker
Accepting request 1006864 from home:cyphar:docker
- Add apparmor-parser as a Recommends to make sure that most users will end up with it installed even if they are primarily running SELinux. OBS-URL: https://build.opensuse.org/request/show/1006864 OBS-URL: https://build.opensuse.org/package/show/Virtualization:containers/docker?expand=0&rev=375
This commit is contained in:
parent
7a4e4491f3
commit
fbf0679b26
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 29 08:40:35 UTC 2022 - Aleksa Sarai <asarai@suse.com>
|
||||||
|
|
||||||
|
- Add apparmor-parser as a Recommends to make sure that most users will end up
|
||||||
|
with it installed even if they are primarily running SELinux.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Sep 29 07:27:03 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
Thu Sep 29 07:27:03 UTC 2022 - Fabian Vogt <fvogt@suse.com>
|
||||||
|
|
||||||
|
@ -140,6 +140,12 @@ Requires: xz >= 4.9
|
|||||||
Requires(post): %fillup_prereq
|
Requires(post): %fillup_prereq
|
||||||
Requires(post): udev
|
Requires(post): udev
|
||||||
Requires(post): shadow
|
Requires(post): shadow
|
||||||
|
# This recommends is added to make sure that even if you have container-selinux
|
||||||
|
# installed you will still be prompted to install apparmor-parser which Docker
|
||||||
|
# requires to apply AppArmor profiles (for SELinux systems this doesn't matter
|
||||||
|
# but if you switch back to AppArmor on reboot this would result in insecure
|
||||||
|
# containers).
|
||||||
|
Recommends: apparmor-parser
|
||||||
# Not necessary, but must be installed when the underlying system is
|
# Not necessary, but must be installed when the underlying system is
|
||||||
# configured to use lvm and the user doesn't explicitly provide a
|
# configured to use lvm and the user doesn't explicitly provide a
|
||||||
# different storage-driver than devicemapper
|
# different storage-driver than devicemapper
|
||||||
|
Loading…
Reference in New Issue
Block a user