Home | History | Annotate | Download | only in mac

Lines Matching refs:xattr

374 # Returns 0 (true) if xattr supports -r for recursive operation.
376 # xattr -r is supported in Mac OS X 10.6.
1594 # then it can be assumed that it should not be quarantined. Use xattr to
1604 # On 10.6, xattr supports -r for recursive operation.
1605 xattr -d -r "${QUARANTINE_ATTR}" "${installed_app}" 2> /dev/null
1607 # On earlier systems, xattr doesn't support -r, so run xattr via find.
1608 find "${installed_app}" -exec xattr -d "${QUARANTINE_ATTR}" {} + \