Bug 488162 - Fix permissions on "pwcache.conf" file . . .
Summary: Fix permissions on "pwcache.conf" file . . .
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Dogtag Certificate System
Classification: Retired
Component: TPS
Version: unspecified
Hardware: All
OS: Linux
urgent
medium
Target Milestone: ---
Assignee: Matthew Harmsen
QA Contact: Chandrasekar Kannan
URL:
Whiteboard:
Depends On:
Blocks: 443788
TreeView+ depends on / blocked
 
Reported: 2009-03-02 23:33 UTC by Matthew Harmsen
Modified: 2015-01-04 23:36 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-07-22 23:32:43 UTC
Embargoed:


Attachments (Terms of Use)
Base diffs (52 bytes, text/plain)
2009-03-07 00:12 UTC, Matthew Harmsen
no flags Details
Dogtag diffs (52 bytes, text/plain)
2009-03-07 00:13 UTC, Matthew Harmsen
no flags Details

Description Matthew Harmsen 2009-03-02 23:33:11 UTC
Per Bugzilla Bug #458337, a "chmod 00660" on "pwcache.conf" could not be executed due to the permissions/ownership of this file as created.

Therefore, fix creation of this file such that it is originally created with these permissions.

Comment 1 Matthew Harmsen 2009-03-07 00:12:27 UTC
Created attachment 334370 [details]
Base diffs

Comment 2 Matthew Harmsen 2009-03-07 00:13:07 UTC
Created attachment 334371 [details]
Dogtag diffs

Comment 3 Jack Magne 2009-03-07 01:17:27 UTC
Attachments (id=334369,334368) +jmagne

Comment 4 Matthew Harmsen 2009-03-07 01:35:14 UTC
% svn status | grep -v ^$ | grep -v ^P | grep -v ^X | grep -v ^?
M      dogtag/ca/pki-ca.spec
M      dogtag/setup/pki-setup.spec
M      dogtag/tks/pki-tks.spec
M      dogtag/ra/pki-ra.spec
M      dogtag/ocsp/pki-ocsp.spec
M      dogtag/tps/pki-tps.spec
M      dogtag/kra/pki-kra.spec
M      base/ca/shared/etc/init.d/httpd
M      base/setup/pkiremove
M      base/setup/pkicreate
M      base/setup/pkicommon
M      base/tks/shared/etc/init.d/httpd
M      base/ra/etc/init.d/httpd
M      base/ocsp/shared/etc/init.d/httpd
M      base/tps/etc/init.d/httpd
M      base/kra/shared/etc/init.d/httpd

% svn commit
Sending        base/ca/shared/etc/init.d/httpd
Sending        base/kra/shared/etc/init.d/httpd
Sending        base/ocsp/shared/etc/init.d/httpd
Sending        base/ra/etc/init.d/httpd
Sending        base/setup/pkicommon
Sending        base/setup/pkicreate
Sending        base/setup/pkiremove
Sending        base/tks/shared/etc/init.d/httpd
Sending        base/tps/etc/init.d/httpd
Sending        dogtag/ca/pki-ca.spec
Sending        dogtag/kra/pki-kra.spec
Sending        dogtag/ocsp/pki-ocsp.spec
Sending        dogtag/ra/pki-ra.spec
Sending        dogtag/setup/pki-setup.spec
Sending        dogtag/tks/pki-tks.spec
Sending        dogtag/tps/pki-tps.spec
Transmitting file data ................
Committed revision 289.


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