Christian Prochaska e9ac4b653b Add support for symbolic links
This patch adds support for symbolic links in libc, libc plugins, file
system servers and Noux.

Fixes #322.
2012-10-08 15:05:02 +02:00
..
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00
2012-10-08 15:05:02 +02:00
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00
2012-10-08 15:05:02 +02:00
2012-08-22 09:51:31 +02:00
2012-08-22 09:51:31 +02:00

This directory contains a service that provides the contents of a TAR archive
via the 'File_system::Session' interface.

Configuration:

! <config>
!   <archive name="tar_archive.tar" />
!   <policy label="label_of_client" root="/rootdir/for/client" />
! </config>

For an example, please refer to the 'libports/run/libc_fs_tar_fs.run' script.