start_AppArmor_earlier.diff 452 B

123456789101112131415
  1. --- a/etc/init.d/apparmor 2014-11-26 13:28:03.932000000 +0000
  2. +++ b/etc/init.d/apparmor 2014-11-26 13:28:41.776000000 +0000
  3. @@ -24,9 +24,9 @@
  4. #
  5. ### BEGIN INIT INFO
  6. # Provides: apparmor
  7. -# Required-Start: $remote_fs
  8. +# Required-Start:
  9. # Required-Stop: umountfs
  10. -# Default-Start: S
  11. +# Default-Start: 2 3 4 5
  12. # Default-Stop:
  13. # Short-Description: AppArmor initialization
  14. # Description: AppArmor init script. This script loads all AppArmor profiles.