Skip to content

Commit

Permalink
Add setpriv as ostree containers dependency (#2125655)
Browse files Browse the repository at this point in the history
The `rpm-ostree` binary requires `setpriv` binary to be able to deploy
containers.

Related to:
https://fedoraproject.org/wiki/Changes/OstreeNativeContainer
https://fedoraproject.org/wiki/Changes/OstreeNativeContainerStable

Related: rhbz#2125655
  • Loading branch information
jkonecny12 authored and kwozyman committed Oct 24, 2023
1 parent f8a48d1 commit dabe8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/templates.d/99-generic/runtime-cleanup.tmpl
Expand Up @@ -312,7 +312,7 @@ removefrom util-linux --allbut \
/etc/mtab /etc/pam.d/login /etc/pam.d/remote \
/usr/sbin/{agetty,blkid,blockdev,clock,fdisk,fsck,fstrim,hwclock,losetup} \
/usr/sbin/{mkswap,swaplabel,nologin,sfdisk,swapoff,swapon,wipefs,partx,fsfreeze} \
/usr/bin/{logger,hexdump,flock,lscpu,chmem,lsmem}
/usr/bin/{logger,hexdump,flock,lscpu,chmem,lsmem,setpriv}
removefrom volume_key-libs /usr/share/locale/*
removefrom wget /etc/* /usr/share/locale/*
removefrom xorg-x11-drv-intel /usr/${libdir}/libI*
Expand Down

0 comments on commit dabe8fd

Please sign in to comment.