OS-06 can't be skipped, because skip_control only skips what's in "describe", from what I understand. Anyway, if you try and skip OS-06, it still runs the find on the target server, just the result doesn't show up in the report.
Also, given it's a reasonable test to do (checking for setuid root), could we add a -xdev (do not descend into other file systems). Not many servers have their common binaries on a separate mount than /, but do have many very large mounts of local or network drives. A find that descends across mounts can take a very long time to run, even to the point where it can disrupt service (especially on glusterfs bricks).
OS-06 can't be skipped, because skip_control only skips what's in "describe", from what I understand. Anyway, if you try and skip OS-06, it still runs the find on the target server, just the result doesn't show up in the report.
Also, given it's a reasonable test to do (checking for setuid root), could we add a -xdev (do not descend into other file systems). Not many servers have their common binaries on a separate mount than /, but do have many very large mounts of local or network drives. A find that descends across mounts can take a very long time to run, even to the point where it can disrupt service (especially on glusterfs bricks).