Public bug reported:

Binary package hint: apparmor

AppArmor declares not to depend on any other rc scripts. From
/etc/init.d/apparmor:

-- 8< --
### BEGIN INIT INFO
# Provides: apparmor
# Required-Start:
# Required-Stop:
# Default-Start: 3 4 5
# Default-Stop: 0 1 2 6
# Short-Description: AppArmor initialization
# Description: AppArmor rc file. This rc script inserts the apparmor
#       module and runs the parser on the /etc/apparmor.d/
#       directory.
### END INIT INFO
-- 8< --

Unfortunately, this is not quite correct as AppArmor depends on the
availability of a writable temp directory (otherwise the rc script will
fail to initialize apparmor correctly), so all file systems have to be
mounted rw before apparmor can be initialized.

I'd therefore like to propose to change the start dependencies to:

# Required-Start: mountall

** Affects: apparmor (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Incomplete AppArmor rc script dependencies
https://bugs.launchpad.net/bugs/372441
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to