Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "EGI QC Testing"

From EGIWiki
Jump to navigation Jump to search
(Created page with "== EGI Quality Criteria Release 6 Testing == This page lists the recommended tests for the Quality Criteria Release 6. == Security == ==== World writable files ==== An easy w...")
(No difference)

Revision as of 14:34, 17 September 2013

EGI Quality Criteria Release 6 Testing

This page lists the recommended tests for the Quality Criteria Release 6.

Security

World writable files

An easy way to find world-writable files is using the find command:

find / -type f -perm -002 -exec ls -l {} \;

For finding world-writable files in the packages contents:

rpm -qalv | egrep "^[-d]([-r][-w][-xs]){2}[-r]w"