rpm-rs / rpm

Other
46 stars 24 forks source link

Add necessary integrations for the automatic creation of necessary non-root users and groups #206

Closed dralley closed 8 months ago

dralley commented 8 months ago

RPM added a new feature in 4.19 which automatically sets up the creation of non-root users and groups set on files by %attr and %defattr.

We need to go through the file entries at build time and do the same.

https://github.com/rpm-software-management/rpm/issues/1032 https://github.com/rpm-software-management/rpm/discussions/2277