Bug 127998 - sys-apps/paxctl set wrong permissions on man page
Bug#: 127998 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: trivial Priority: P2
Resolution: FIXED Assigned To: hardened@gentoo.org Reported By: gentoo@jimmacdonald.co.uk
Component: Applications
URL: 
Summary: sys-apps/paxctl set wrong permissions on man page
Keywords:  
Status Whiteboard: 
Opened: 2006-03-29 08:09 0000
Description:   Opened: 2006-03-29 08:09 0000
only root can view the man page of sys-apps/paxctl becasue it has the wrong
permissions:

ls -l /usr/share/man/man1/paxctl.1.gz
-rw-------  1 root root 1254 Mar 29 17:01 /usr/share/man/man1/paxctl.1.gz

------- Comment #1 From Kevin F. Quinn (RETIRED) 2006-03-29 11:39:36 0000 -------
This is due to the file permissions in the upstream tarball paxctl-0.3.tar.gz.

Fixed in CVS on 0.3-r1 (no rev bump) - give it time to reach the rsync servers,
sync up then re-emerge.

------- Comment #2 From PaX Team 2006-03-29 12:40:23 0000 -------
it's a feature not a bug, proactive security or something (all files are go-rwx
;-). more seriously, i guess i should be using 'install' instead of 'cp',
patches are welcome.