• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/Security-55471.14.18/libsecurity_mds/lib/

Lines Matching +refs:Info +refs:mode

51  * /var/db/mds				-- owner = root, mode = 01777, world writable, sticky
52 * system/ -- owner = root, mode = 0755
53 * mdsObject.db -- owner = root, mode = 0644, object DB
54 * mdsDirectory.db -- owner = root, mode = 0644, MDS directory DB
58 * <uid>/ -- owner = <uid>, mode = 0700
59 * mdsObject.db -- owner = <uid>, mode = 000, object DB
60 * mdsDirectory.db -- owner = <uid>, mode = 000, MDS directory DB
64 * it are created by root at MDS_Install time. The ownership and mode of this directory and
413 * Determine if specified directory exists with specified owner and mode.
420 MDS_BadOwnerMode, /* wrong owner or mode */
427 mode_t mode,
458 if((sb.st_mode & 07777) != mode) {
467 * already there that doesn't meet spec (not a directory, wrong mode, wrong owner)
588 // Mark "server mode" so we don't end up waiting for ourselves when the databases open.
663 MSDebug("Opening %s%s", dbName, batched ? " in batch mode" : "");
875 * Caller specifies mode of destination file.
1254 mode_t mode,
1295 /* set autocommit and mode */
1302 openParams.mode = mode;
1335 mode_t mode)
1351 autoCommit, mode, objectDbHand);
1356 autoCommit, mode, directoryDbHand);
1439 mObjDbHand = mSession.dbOpen(fullPath, true); // batch mode
1451 mDirectDbHand = mSession.dbOpen(fullPath, true); // batch mode
1551 attrInfo = &theAttrs[0].Info;
1557 attrInfo = &theAttrs[1].Info;
1703 CSSM_DB_ATTRIBUTE_INFO_PTR attrInfo = &theAttr.Info;
1720 predicate.Attribute.Info.AttributeNameFormat = CSSM_DB_ATTRIBUTE_NAME_AS_STRING;
1721 predicate.Attribute.Info.Label.AttributeName = (char*) "Path";
1722 predicate.Attribute.Info.AttributeFormat = CSSM_DB_ATTRIBUTE_FORMAT_STRING;