<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">I was wondering why the tests for 'Ensure all Files Are Owned by a User' and 'Ensure all Files are Owned by a Group' kept on failing.&nbsp; Drilling down it looks like the underlying
 find command being used is along the lines of :<br>
<br>
find PARTITION -xdev -nouser -print<br>
<br>
When I run this command manually I've had complaints that find can't read files in /proc.&nbsp; Looking at the man page suggests this can be avoided by adding the '-ignore_readdir_race' option before the -xdev option.&nbsp;
<br>
<br>
This change may need to be added for both SSG items 2.2.3.e and 2.2.3.f<br>
<br>
-Rob<br>
<br>
</div>
</body>
</html>