Skip to content

Commit

Permalink
Revert "common.yaml: enable cliwrap"
Browse files Browse the repository at this point in the history
This reverts commit ff686c6.

With cliwrap, rpm-ostree runs rpm with less privileges. We special-case
`--query`, so e.g. `rpm -qf` still runs with dropped privileges.

But anyway, we actually want to reduce this to wrapping *just* `dnf` for
now (see discussions in
coreos/fedora-coreos-config#2887).

Resolves: https://issues.redhat.com/browse/OCPBUGS-30149
  • Loading branch information
jlebon committed Mar 4, 2024
1 parent ede8883 commit 930d8cc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,6 @@ conditional-include:
# And remove some cruft from grub2
include: fedora-coreos-config/manifests/grub2-removals.yaml

# we want derivations to be able to type `dnf install ...` for a unified
# experience
cliwrap: true

documentation: false

postprocess:
Expand Down

0 comments on commit 930d8cc

Please sign in to comment.