diff options
Diffstat (limited to 'hurd/documentation')
-rw-r--r-- | hurd/documentation/netfs_ada_results.mdwn | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/hurd/documentation/netfs_ada_results.mdwn b/hurd/documentation/netfs_ada_results.mdwn index 45ccffc2..7818d7c0 100644 --- a/hurd/documentation/netfs_ada_results.mdwn +++ b/hurd/documentation/netfs_ada_results.mdwn @@ -201,4 +201,15 @@ is included in the section entitled ## Rev 3126bd9ce609 * Read is implemented - * next step : write
\ No newline at end of file + * next step : write + +### echo "elle souffle" > node/path\ 2/leaf\ 1 + * NOK + * command result - bash: node/path 2/leaf 1: Permission denied + * Call sequence + * Validate\_Stat + * Check\_Open\_Permissions + * Attempt_Lookup path 2 * Validate\_Stat + * Attempt\_Lookup leaf 1 * Validate\_Stat + * Validate_Stat + * Check\_Open\_Permissions - Check failed WRITE 1073741837
\ No newline at end of file |