Tetsuo Handa
from-****@I-lov*****
Fri Feb 4 21:40:05 JST 2011
Jamie Nguyen wrote: > > However, since TOMOYO 1.8 introduced $fsname:/path/to/file notation (e.g. > > proc:/meminfo rather than /proc/meminfo), "canonicalized pathname" may no not > > starts with '/'. > > Is there a list somewhere of all of the fsnames supported by TOMOYO Linux? No. TOMOYO cannot know what filesystems are supported by kernel beforehand because new filesystems can be supported by kernel by loading loadable kernel modules. But list of filesystems supported by kernel can be found in /proc/filesystems . TOMOYO uses $fsname:/path/to/file notation for filesystems which does not support rename() operation. AKARI uses that notation for filesystems which does not support rename() operation or when vfsmount parameter is unavailable (e.g mkdir() operation without CONFIG_SECURITY_PATH=y ). By the way, AKARI now can run on all 2.6.x kernels (i.e. 2.6.0-2.6.38) as long as kernel config requirements are met. ;-)