Bug 448670

Summary: Consider relaxing the "filesystem" test
Product: [Fedora] Fedora Reporter: Miloslav Trmač <mitr>
Component: sectoolAssignee: Peter Vrabec <pvrabec>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: 9CC: dkopecek
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-06-05 15:20:56 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 Miloslav Trmač 2008-05-28 07:26:33 UTC
Description of problem:
A) An rwxrwxr-x file is "executable and world/group writable" even if the file
   is owned by a group that has the file's owner as the only member.
   e.g. /var/lib/misc/PolicyKit.reload
B) 'Symbolic link "..." points to a non-existent file" is an error.  Is the
   security risk really that severe?
   Perhaps consider at least whitelisting /lib/modules/*/{source,build} if they
   point to the "correct" locations.

Version-Release number of selected component (if applicable):
sectool-0.7.4-1.i386

Comment 1 Daniel Kopeček 2008-06-02 10:09:56 UTC
A) Changed to two messages. word writable - ERROR, group writable - WARNING.
B) Changed to WARNING.


Comment 2 Daniel Kopeček 2008-06-05 15:20:56 UTC
whitelist is implemented now