Bhargava Shastry wrote: > However, securityfs_create_dir(tomoyo) happens at the > time of kernel boot-up which is much before tomoyo-init is called.
That's not a bug. It is correct and expected behavior. There is no need for securityfs to be mounted when securityfs_create_dir() is called. You will see /sys/kernel/security/tomoyo/ after securityfs is mounted. If not, that will be the case TOMOYO was not selected. Please check that dmesg has a "TOMOYO Linux initialized" line. _______________________________________________ tomoyo-users-en mailing list [email protected] http://lists.sourceforge.jp/mailman/listinfo/tomoyo-users-en
