Hello. niekt0 wrote: > ... > 16:37:27 cica kernel: [ 25.499788] EXT3-fs: mounted filesystem with ordered > data mode. > 16:37:27 cica kernel: [ 25.729242] Calling /sbin/tomoyo-init to load policy. > Please wait. > 16:37:27 cica kernel: [ 26.292002] TOMOYO: 2.2.0 2009/04/01 > 16:37:27 cica kernel: [ 26.295627] Mandatory Access Control activated. > 16:37:27 cica kernel: [ 30.540027] udev[594]: starting version 166 > ... > > in log, but /sys/kernel/security is empty. This is correct behavior. Since there was a distribution where the boot sequence fails if securityfs is mounted by /sbin/tomoyo-init , I modified tomoyo-tools to mount securityfs locally (i.e. in a way visible from only tomoyo-tools programs). Since tomoyo-tools mounts securityfs when it is executed, you don't need to manually mount securityfs on /sys/kernel/security/ (unless you want to do "cat /sys/kernel/security/tomoyo/domain_policy"). Regards.