Filesystem services: Difference between revisions

Line 271: Line 271:
User-processes only use this when the value previously loaded from [[#GetGlobalAccessLogMode]] has bit1 set.
User-processes only use this when the value previously loaded from [[#GetGlobalAccessLogMode]] has bit1 set.


GetGlobalAccessLogMode and OutputAccessLogToSdCard are usable without special permissions, however SetGlobalAccessLogMode requires that. While OutputAccessLogToSdCard is usable with web-applet permissions, nothing is written to SD. It's unknown what triggers writing.
GetGlobalAccessLogMode and OutputAccessLogToSdCard are usable without special permissions, however SetGlobalAccessLogMode requires that. When bit1 in GlobalAccessLogMode is clear, FS-module will just return 0 for OutputAccessLogToSdCard.


= IStorage =
= IStorage =