genode/libports/src/server
Norman Feske 2b5f4b0aaf file system: Exception for non-permitted symlinks
Until now, there was not exception type for the condition where a
symlink was created on a file system w/o supporting symlinks, e.g., FAT.
The corresponding file-system server (ffat_fs) used to return a negative
handle as a work around. I added 'Permission_denied' to the list of
exceptions thrown by 'File_system::Session::symlink' to handle this case
in a clean way.
2014-04-24 14:56:36 +02:00
..
ffat_fs file system: Exception for non-permitted symlinks 2014-04-24 14:56:36 +02:00
fs_log os: Split Session_label from Session_policy 2013-09-23 14:25:59 +02:00
fuse_fs libports: initial fuse_fs implementation 2014-02-28 10:11:09 +01:00