reopen 146345
thanks

gpg -c < .gnupg/secring.gpg > out
gpg: can't open `[stdin]': Operation not permitted
gpg: symmetric encryption of `[stdin]' failed: file open error

If built with --enable-selinux-support the above is the expected output.  
Currently it will just encrypt the secret key.

The following patch needs to be applied:

diff -ru gnupg-1.4.9.bak/debian/rules gnupg-1.4.9/debian/rules
--- gnupg-1.4.9.bak/debian/rules        2008-06-06 11:05:02.000000000 +1000
+++ gnupg-1.4.9/debian/rules    2008-06-06 11:09:45.000000000 +1000
@@ -18,7 +18,7 @@
 endif


-CONFARGS 
= --prefix=/usr --libexecdir=/usr/lib/ --enable-mailto 
--with-mailprog=/usr/sbin/sendmail
+CONFARGS 
= --prefix=/usr --libexecdir=/usr/lib/ --enable-mailto 
--with-mailprog=/usr/sbin/sendmail --enable-selinux-support

 install_dir=install -d -m 755
 install_file=install -m 644



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to