mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-05 02:29:45 +00:00
2b5f4b0aaf
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.