Page 1 of 1

Warning about accessing file

PostPosted: Fri Oct 22, 2004 8:02 am
by cmouse
Would it be possible to move the code that checks for file access so that the 'normal' access is checked first (user,group,world) and after that the ACL check is done. Now I get "bogus" warning from programs trying to access a file that they wouldn't have access anyways due to filesystem restrictions.

PostPosted: Tue Oct 26, 2004 6:53 pm
by spender
For which system calls in particular? I doubt I'll be able to do it for most, as the permission checking is done after all dentry/vfsmnt information has been stripped down to struct inode, and I need the dentry/vfsmnt information to do my lookups.

-Brad

PostPosted: Thu Oct 28, 2004 7:32 am
by cmouse
Sorry, this was a user error. :cry: