Bug 74019 - Does not work when installed with an umask of 077 and messes filesystem
Summary: Does not work when installed with an umask of 077 and messes filesystem
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: MySQL-python
Version: 8.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Patrick Macdonald
QA Contact:
URL: http://www.tu-chemnitz.de/~ensc/dirch...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-09-13 20:30 UTC by Enrico Scholz
Modified: 2008-05-01 15:38 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2003-03-25 19:18:25 UTC
Embargoed:


Attachments (Terms of Use)

Description Enrico Scholz 2002-09-13 20:30:56 UTC
Description of Problem:

Because this package contains unowned directories, they will be created
with the current umask. When having restrictive administrator settings
(umask 077) ordinary user will not have access to them and can not use
the package.

Another problem occurs when removing the package because orphaned
directories will remaining.


| $ rpm -qf /usr/lib/python2.2/site-packages/MySQLdb/constants /usr/lib/python2.2/site-packages/MySQLdb/constants/CLIENT.py
| file /usr/lib/python2.2/site-packages/MySQLdb/constants is not owned by any package
| MySQL-python-0.9.1-4

(Please visit the given URL for a complete list of affected directories)


Version-Release number of selected component (if applicable):

MySQL-python-0.9.1-4


How Reproducible: 100%


Steps to Reproduce:
0. make a minimal installation
1. umask 077
2. make sure that MySQL-python is uninstalled completely
   (rm -rf /usr/lib/python2.2/site-packages/MySQLdb/constants)
3. rpm -U MySQL-python-0.9.1-4.i386.rpm
4. ls -l /usr/lib/python2.2/site-packages/MySQLdb/constants
5. try to use the programs/scripts/libraries/data of the package as
   non-root user
6. rpm -e MySQL-python-0.9.1-4


Actual Results:

* at 4:
  | drwx------    2 root     root         4096 Sep 13 21:49 /usr/lib/python2.2/site-packages/MySQLdb/constants
* files can not be found/read at 5 and
* /usr/lib/python2.2/site-packages/MySQLdb/constants still exists after 6.

Comment 1 Patrick Macdonald 2003-02-19 15:38:12 UTC
Yes, the directory in question is not created explicitly.  This results in
the incorrect umask being used.  

Comment 2 Patrick Macdonald 2003-03-25 19:18:25 UTC
This should be available in Rawhide within the next couple of days (built and
verified today) depending on when it gets picked up.

MySQL-python-0.9.1-7.i386.rpm.



Note You need to log in before you can comment on or make changes to this bug.