g-pypi icon indicating copy to clipboard operation
g-pypi copied to clipboard

Allow non-root to run program

Open domenkozar opened this issue 14 years ago • 0 comments

From: https://bitbucket.org/iElectric/g-pypi2/issue/2/allow-non-root-to-run-program

In my gentoo systems I often make overlay user writtable and only Manifest generating is restricted to root. Right now gpypi2 is hardcoded to uid==0. Another problem is, while stripping uid check part, config file would be created in /etc

I would suggest to: 1) Get echoing possible without root access 2) Check out access privileges rather than uid to create ebuilds 3) Provide pregenerated config with package

domenkozar avatar Aug 28 '11 17:08 domenkozar