In order to respect the wishes of system administrators, fperms calls do not overwrite permissions of existing directories on the system. For purposes of automation in some environments, it may be desirable to trust all fperms calls implicitly, and make them overwrite permissions of existing directories on the system. This behavior could be implemented with an optional FEATURES="overwrite-dir-perms" setting. Note that bug 396153 proposes a PMS extension that would introduce a database of administrative permission overrrides, meanwhile a FEATURES="overwrite-dir-perms" option is simpler to implement and would be an appropriate solution for many environments.
My current plan: * Directories having permissions that differ from defaults (755 root:root) will automatically overwrite permissions of existing directories. * In cases where a package installs a directory with default permissions and the existing directory has non-default permissions, the existing directory's permissions will be reverted to default permissions only if the directory belongs solely to the current package.