Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ListxattrNS (0.07 sec)

  1. src/cmd/vendor/golang.org/x/sys/unix/xattr_bsd.go

    	destsiz := len(dest)
    
    	// FreeBSD won't allow you to list xattrs from multiple namespaces
    	s, pos := 0, 0
    	for _, nsid := range [...]int{EXTATTR_NAMESPACE_USER, EXTATTR_NAMESPACE_SYSTEM} {
    		stmp, e := ListxattrNS(file, nsid, dest[pos:])
    
    		/* Errors accessing system attrs are ignored so that
    		 * we can implement the Linux-like behavior of omitting errors that
    		 * we don't have read permissions on
    		 *
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top