commit | 7b28eaeac5f2d8d591b1b0c94e10b64644017869 | [log] [tgz] |
---|---|---|
author | Miklos Szeredi <miklos@szeredi.hu> | Mon Aug 01 12:48:30 2005 +0000 |
committer | Miklos Szeredi <miklos@szeredi.hu> | Mon Aug 01 12:48:30 2005 +0000 |
tree | b59344f5b9261da640b0e21ac398093755fdfbae | |
parent | e77cc07e755c1e360455e707653f705d0bd25622 [diff] [blame] |
fix
diff --git a/ChangeLog b/ChangeLog index 37b13d8..aa6d1fd 100644 --- a/ChangeLog +++ b/ChangeLog
@@ -12,6 +12,9 @@ userspace. For both mount options, if the option is given, then the respective open flag is set, otherwise the open flag is left unmodified (so the filesystem can set it). + + * Add ACCESS operation. This is called from the access() system + call if 'default_permissions' mount option is not given 2005-07-28 Miklos Szeredi <miklos@szeredi.hu>