Skip to content

Simple python systemd service to sync subuid and subgid for fakeroot container engines

License

Notifications You must be signed in to change notification settings

miguelgila/fakerootuidsync

Repository files navigation

This is a tool that syncronises/generates /etc/subuid and /etc/subgid
from the contents of the UNIX passwd database.

The implementation is built on python 3+ and does not have other dependencies.

Author:
    Miguel Gila <[email protected]>

BUILDING
--------
The package can be built with:

VERS=0.0.3
REL=2; 
wget https://github.com/miguelgila/fakerootuidsync/archive/${VERS}-${REL}/fakerootuidsync-${VERS}-${REL}.tar.gz
rpmbuild -ta --define "_version $VERS" --define "_release $REL" fakerootuidsync-${VERS}-${REL}.tar.gz

About

Simple python systemd service to sync subuid and subgid for fakeroot container engines

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages