return (0);
}
+int
+filesec_unset_property(filesec_t fsec, filesec_property_t property)
+{
+ return filesec_set_property(fsec, property, _FILESEC_UNSET_PROPERTY);
+}
+
int
filesec_query_property(filesec_t fsec, filesec_property_t property, int *validptr)
{