Hi..

On Fedora 5 with SElinux, typing 'fuser /some/file' gives a screen-full of error messages:

...
Cannot stat file /proc/27571/fd/10: Permission denied
Cannot stat file /proc/27590/fd/0: Permission denied
Cannot stat file /proc/27590/fd/1: Permission denied
Cannot stat file /proc/27590/fd/2: Permission denied
Cannot stat file /proc/27590/fd/3: Permission denied
Cannot stat file /proc/27590/fd/4: Permission denied
Cannot stat file /proc/27590/fd/5: Permission denied
Cannot stat file /proc/31521/fd/0: Permission denied
Cannot stat file /proc/31521/fd/1: Permission denied
...

followed by the normal (correct?) output.

If I type 'setenforce 0', the error messages go away.

My usual solution (using audit2allow) isn't helping, as there are no messages showing up in /var/log/audit/audit.log relating to this.

Thanks!