mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-11 21:45:37 +00:00
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.