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.

EGI QC Testing

From EGIWiki
Revision as of 14:34, 17 September 2013 by Enolfc (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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"