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. ;-)

_______________________________________________
tomoyo-dev-en mailing list
tomoyo-dev-en@lists.sourceforge.jp
http://lists.sourceforge.jp/mailman/listinfo/tomoyo-dev-en

Reply via email to