site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=U7H9D4W+SS4LjHtoNPxb8LWQ1El+HLTFIqdlZgfxte8=; b=MU3WrbzYWs+u+fTlSgWRGPPxXv1OFYwBG9s/neyHfOW/n2e7xYT/FpqczW0V7qQjFt Bn5pRG5+R+mDUQEe52Gui9SdDtKVKskary5PB5F63pY6p7JheQWveIpNSqxPoNm10xwm x0hIfg3CArJq4lwqHhaCd62mIwUWEBbJA8gwg= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=B0fuJXmvr1GYIDaR8/T8f3P0ocESeTZFwi/0VxqBVX+ItyEBSWDSG/GkT75wkM/qtW Q/HEoMAzeaaPiuo5R6RelnNHTbWEeQyCOecwAmT0CYQYqguG08jTZJCbmjmDsBhPOMsG M/6VPu541zZuh9eiZyTsuxhV0C6SQ78lHbrOM= 2009/4/22 Singh, Gangadhar S (BIO) <gangadhar.singh@hp.com>:
Hi ,
According to man pages of acl_get_fd_np(), it says that it's possible to retrieval any type of ACL from a file descriptor. But in the /usr/sys/acl.h, I see most of the ACL types are commented as not supported, bit confuse here.
Could anybody clarify what acl type are supported?
/* 23.2.6 Individual ACL types */ typedef enum { ACL_TYPE_EXTENDED = 0x00000100, /* Posix 1003.1e types - not supported */ ACL_TYPE_ACCESS = 0x00000000, ACL_TYPE_DEFAULT = 0x00000001, /* The following types are defined on FreeBSD/Linux - not supported */ ACL_TYPE_AFS = 0x00000002, ACL_TYPE_CODA = 0x00000003, ACL_TYPE_NTFS = 0x00000004, ACL_TYPE_NWFS = 0x00000005 } acl_type_t;
ACL_TYPE_EXTENDED is supported -- James Peach | jorgar@gmail.com _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... This email sent to site_archiver@lists.apple.com
participants (1)
-
James Peach