Re: [PATCH] audit: do not panic kernel on invalid audit parameter

2018-02-21 Thread Greg Edwards
On Tue, Feb 20, 2018 at 04:45:26PM -0500, Paul Moore wrote: > On Tue, Feb 20, 2018 at 4:33 PM, Greg Edwards wrote: >> If you pass in an invalid audit kernel boot parameter, e.g. 'audit=off', >> the kernel panics very early in boot with no output on the console >> indicating the

Re: [PATCH] audit: do not panic kernel on invalid audit parameter

2018-02-20 Thread Richard Guy Briggs
On 2018-02-20 16:45, Paul Moore wrote: > On Tue, Feb 20, 2018 at 4:33 PM, Greg Edwards wrote: > > If you pass in an invalid audit kernel boot parameter, e.g. 'audit=off', > > the kernel panics very early in boot with no output on the console > > indicating the problem. > > I'm

Re: [PATCH] audit: do not panic kernel on invalid audit parameter

2018-02-20 Thread Paul Moore
On Tue, Feb 20, 2018 at 5:00 PM, Greg Edwards wrote: > On Tue, Feb 20, 2018 at 04:45:26PM -0500, Paul Moore wrote: >> On Tue, Feb 20, 2018 at 4:33 PM, Greg Edwards wrote: >>> If you pass in an invalid audit kernel boot parameter, e.g. 'audit=off', >>> the

Re: [PATCH] audit: do not panic kernel on invalid audit parameter

2018-02-20 Thread Paul Moore
On Tue, Feb 20, 2018 at 4:33 PM, Greg Edwards wrote: > If you pass in an invalid audit kernel boot parameter, e.g. 'audit=off', > the kernel panics very early in boot with no output on the console > indicating the problem. I'm guessing the problem is that there was too much