> I suppose one model might be a simple 'tripwire' approach, > wherein one forces everything to be 'right' and then scan > for variances, but I suspect that's bordering on impractical.
You could use something like puppet or chef to enforce directory permissions. Tell puppet that these dirs have these permissions/owners, recurse down if you like. Next time puppet client checks in (you can define how often this happens), permissions will be "corrected". It won't stop someone from changing it first time around though. Craig _______________________________________________ Tech mailing list [email protected] https://lists.lopsa.org/cgi-bin/mailman/listinfo/tech This list provided by the League of Professional System Administrators http://lopsa.org/
