Re: [apparmor] [patch] Fix missing profile init in create_new_profile()

2015-10-18 Thread Kshitij Gupta
Hello, On Sun, Oct 18, 2015 at 9:04 PM, Christian Boltz wrote: > Hello, > > create_new_profile() didn't init missing required_hats as > profile_storage(), which might lead to crashes when creating a profile > for an application listed in the required_hats config option (= in

[apparmor] [patch] Fix missing profile init in create_new_profile()

2015-10-18 Thread Christian Boltz
Hello, create_new_profile() didn't init missing required_hats as profile_storage(), which might lead to crashes when creating a profile for an application listed in the required_hats config option (= in very rare cases). This patch adds the missing profile_storage() call. [