Bug 73982

Summary: Does not work when installed with an umask of 077 and messes filesystem
Product: [Retired] Red Hat Linux Reporter: Enrico Scholz <rh-bugzilla>
Component: xemacsAssignee: Jens Petersen <petersen>
Status: CLOSED RAWHIDE QA Contact: Jay Turner <jturner>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: srevivo
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
URL: http://www.tu-chemnitz.de/~ensc/dircheck/null/packages.html#xemacs-21.4.8-14
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-12-18 11:49:28 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Enrico Scholz 2002-09-13 16:34:01 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 packages. Then orphaned directories
are remaining.

| $ rpm -qf /usr/lib/xemacs/mule-packages /usr/lib/xemacs/mule-packages/etc/app-defaults/de/Emacs
| file /usr/lib/xemacs/mule-packages is not owned by any package
| xemacs-21.4.8-14


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

xemacs-21.4.8-14


How Reproducible:

100%


Steps to Reproduce:
1. umask 077
2. make sure that xemacs is uninstalled completely
   (rm -rf /usr/lib/xemacs/mule-packages)
3. rpm -U xemacs-21.4.8-14.i386.rpm
4. ls -l /usr/lib/xemacs/mule-packages
5. try to use the programs/scripts/libraries/data of the package as
   non-root user
6. rpm -e xemacs-21.4.8-14

Actual Results:

* at 4:
  | drwx------    2 root     root         4096 Sep 13 18:31 /usr/lib/xemacs/mule-packages
* files can not be found/read at 5 and
* /usr/lib/xemacs/mule-packages still exists after 6.

Comment 1 Jens Petersen 2002-11-12 06:45:44 UTC
Thank you very much for the report.  Should be fixed in the next
package release.

Comment 2 Jens Petersen 2002-11-12 14:45:30 UTC
xemacs-21.4.10-1 is the package.

Comment 3 Jens Petersen 2002-12-18 11:49:28 UTC
(closing fixed)