Public bug reported:

I tried to boot 
http://cdimage.ubuntu.com/daily-live/current/precise-desktop-i386.iso
with security=tomoyo kernel boot parameter. But it can't boot (kernel panic)
because kernel was built with CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y .

CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER option is meant for systems where
it is difficult to call /sbin/tomoyo-init upon execution of /sbin/init .
For desktop and servers, /sbin/tomoyo-init should be used for loading TOMOYO's
policy configuration. Therefore please change kernel configuration from

  CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER=y

to

  # CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER is not set
  CONFIG_SECURITY_TOMOYO_POLICY_LOADER="/sbin/tomoyo-init"
  CONFIG_SECURITY_TOMOYO_ACTIVATION_TRIGGER="/sbin/init"

(which is by default chosen so).

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: Incomplete


** Tags: precise

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/952035

Title:
  [Precise] TOMOYO: Please turn off
  CONFIG_SECURITY_TOMOYO_OMIT_USERSPACE_LOADER option

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/952035/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to