Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Access Control Lists and UFS inodes

0 views
Skip to first unread message

Keith Michaels

unread,
Oct 30, 1998, 3:00:00 AM10/30/98
to
What can I look at in the inode structure for ufs that will
tell me if a file has Access Control Lists? I am processing
entire filesystems an cannot afford to call acl() on each path,
though I do have the inode structure as read directly from the
raw device. Is there a pointer in there to an ACL structure
that I can check?

--
-------------------------------------------------------------
| Keith R. Michaels Archival Evangelist |
| (425)865-6415 Boeing Archival Service (ufs.boeing.com)|
| Enterprise Servers, Technical Services, SSG. |
-------------------------------------------------------------

Richard L. Hamilton

unread,
Oct 31, 1998, 3:00:00 AM10/31/98
to
Check the ic_shadow inode. My guess would be that since there
isn't room in the inode itself for the ACL, a shadow inode is allocated
to store the ACL, and is connected with the main inode via that field.

In article <F1nKK...@news.boeing.com>,


k...@sdc.cs.boeing.com (Keith Michaels) writes:
> What can I look at in the inode structure for ufs that will
> tell me if a file has Access Control Lists? I am processing
> entire filesystems an cannot afford to call acl() on each path,
> though I do have the inode structure as read directly from the
> raw device. Is there a pointer in there to an ACL structure
> that I can check?
>

--
ftp> get |fortune
377 I/O error: smart remark generator failed

Bogonics: the primary language inside the Beltway

mailto:rlh...@mindwarp.smart.net http://www.smart.net/~rlhamil

0 new messages