[Python-bugs-list] [ python-Bugs-583206 ] lib-dynload/*.so wrong permissions

noreply@sourceforge.net noreply@sourceforge.net
Thu, 18 Jul 2002 01:09:12 -0700


Bugs item #583206, was opened at 2002-07-18 09:16
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=583206&group_id=5470

Category: Installation
Group: Platform-specific
Status: Open
Resolution: None
Priority: 5
Submitted By: Oleg Broytmann (phd)
Assigned to: Nobody/Anonymous (nobody)
Summary: lib-dynload/*.so wrong permissions

Initial Comment:
/usr/local/lib/python2.1/lib-dynload/*.so files have
wrong permissions after "make install".

I m paranoid sysadmin and always use "umask 027"
(rwxr-x---). When I compile python all files got
corresponding permissions.
After "su root" and "make install" all files are
installed with correct permissions (rwxr-xr-x) except
for those lib-dynload/*.so which are installed with
wrong permissions (rwxr-x---).

Permissions were correct for Python 1.5.2 and 2.0.
Permissions are incorrect for Python 2.1 and 2.2.

----------------------------------------------------------------------

>Comment By: Oleg Broytmann (phd)
Date: 2002-07-18 12:09

Message:
Logged In: YES 
user_id=4799

I forgot to mention but I really always run "umask 022; make
install" and thus all files/directories got correct permissions.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=583206&group_id=5470