Mailinglist Archive: opensuse-buildservice (351 mails)
| < Previous | Next > |
Re: [opensuse-buildservice] How can i setup package signing on local obs?
- From: Michael Schroeder <mls@xxxxxxx>
- Date: Thu, 10 Jul 2008 12:03:29 +0200
- Message-id: <20080710100329.GD30410@xxxxxxx>
On Wed, Jul 09, 2008 at 10:19:51PM +0000, Christian wrote:
You probably mean 'chmod 4750'. And /etc/sign.conf must include
"allowuser: bsrun" to tell sign that "bsrun" may use sign.
Cheers,
Michael.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
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.
--
Michael Schroeder mls@xxxxxxx
SUSE LINUX Products GmbH, GF Markus Rex, HRB 16746 AG Nuernberg
main(_){while(_=~getchar())putchar(~_-1/(~(_|32)/13*2-11)*13);}
---------------------------------------------------------------------
To unsubscribe, e-mail: opensuse-buildservice+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-buildservice+help@xxxxxxxxxxxx
| < Previous | Next > |