On Wed, Jul 09, 2008 at 10:19:51PM +0000, Christian wrote:
Hi,
'/root/bin/sign' is nonsense. "obsrun" will never be able to execute this file (Permission denied). so placing it to '/usr/bin' (755,root,root) will not work at all, because "binderesvport: Permission denied"
but chown root:obsrun, and chmod 2750 will then allow signing packages.
If this is not the right way, i'm willing to learn the right one.
You probably mean 'chmod 4750'. And /etc/sign.conf must include "allowuser: bsrun" to tell sign that "bsrun" may use sign.
Cheers, Michael.