On Sat, 2008-09-27 at 12:15 +0900, Atsushi Eno wrote: > > FileSecurity File.GetAccessControl(string) > > void FileSystemSecurity.AddAccessRule(FileSystemAccessRule) > > void FileSystemSecurity.AddAccessRule(FileSystemAccessRule) > > void File.SetAccessControl(string, FileSecurity) > > It is Windows-only ACL things.
There's no way these could be mapped to POSIX ACLs [0]? >From a cursory glance at FileSystemAccessRule and FileSystemRights, it looks like at least a partial mapping could be done between Windows ACLs and POSIX ACLs... - Jon [0] http://www.suse.de/~agruen/acl/linux-acls/online/ _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
