ICFS/sources
fedir bfc22c79e0 Implemented the passthrough.
Passthrough is usable now. There have been issues with the `access`
operation: it's unclear what it must return, since the answer isn't
known at the time when it is called. If it always returns "denied", many
applications would finish without trying to open a file, thinking the
access would not be granted after `access` call. Although always
returning "permitted" seems like a better choice, it still might cause unexpected
behaviour. Perhaps one way to solve this, is actually asking user
whether to allow access. In any case, this issue needs to be looked
into.
2024-12-17 10:11:59 +01:00
..
main.c Implemented the passthrough. 2024-12-17 10:11:59 +01:00
sourcefs.c Implemented the passthrough. 2024-12-17 10:11:59 +01:00
sourcefs.h Implemented the passthrough. 2024-12-17 10:11:59 +01:00