|
|
|
@ -50,6 +50,7 @@ find / -xdev -type f -not -path '/var/*' \
@@ -50,6 +50,7 @@ find / -xdev -type f -not -path '/var/*' \
|
|
|
|
|
-not -path '/test.output' \ |
|
|
|
|
-not -path '/etc/nsswitch.conf.bak' \ |
|
|
|
|
-not -path '/etc/iscsi/initiatorname.iscsi' \ |
|
|
|
|
-not -path '/boot/*0-rescue*' \ |
|
|
|
|
-not -path '/dev/null' \ |
|
|
|
|
-exec rpm -qf '{}' ';' | \ |
|
|
|
|
fgrep 'not owned' &> /test.output |
|
|
|
|