Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
lynis
tests_file_permissions_ww
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File tests_file_permissions_ww of Package lynis
#!/bin/sh ################################################################################# # # Author: Thomas Biege <thomas@suse.de> # # Lynis comes with ABSOLUTELY NO WARRANTY. This is free software, and you are # welcome to redistribute it under the terms of the GNU General Public License. # See LICENSE file for usage of this software. # ################################################################################# # # File permissions world-writeable file # ################################################################################# # # TODO: # ################################################################################ # InsertSection "File systems" # ################################################################################# # # Test : FILE-7527 # Description : Perform file permissions check Register --test-no FILE-7527 --weight L --network NO --description "Lookup world-writeable files." if [ ${SKIPTEST} -eq 0 ]; then Display --indent 2 --text "- Starting file permissions check for world-writeable files..." logtext "Test: Checking for world-writeable files" TMP=$(mktemp /tmp/lynis.XXXXXX) HPMAX=$FILE_NUM_TOTAL HP=$HPMAX find / -xdev \( -type f -o -type d -o -type s -o -type b -type p -o -type c \) -a -perm -0002 -print 2>/dev/null > $TMP for i in $(cat $TMP) do ((HP--)) Display --indent 4 --text "${i} is world-writeable" --result WARNING --color RED done # echo "AddHP $HP $HPMAX" AddHP $HP $HPMAX rm -f $TMP fi # ################################################################################# # wait_for_keypress # #================================================================================
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor