>If Unix mode bits are used, that is no different from using a ccache file >which has the ownership problem described in the web server scenario. If >descriptor inheritance is used, descriptors are not inherited across >execv which breaks Henry's "admin window" scenario.
You are incorrect. Descriptors are certainly inherited across execv() calls (unless you explicitly set them to close-on-exec). The ccache I created depends on this. --Ken _______________________________________________ OpenAFS-devel mailing list [email protected] https://lists.openafs.org/mailman/listinfo/openafs-devel
