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

2018-02-21 Thread Richard Guy Briggs
On 2018-02-21 15:51, Greg Edwards wrote: > On Wed, Feb 21, 2018 at 04:08:25PM -0500, Paul Moore wrote: > > On February 21, 2018 11:19:09 AM 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

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

2018-02-21 Thread Greg Edwards
On Wed, Feb 21, 2018 at 04:08:25PM -0500, Paul Moore wrote: > On February 21, 2018 11:19:09 AM 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. >> >> Inst

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

2018-02-21 Thread Steve Grubb
On Wednesday, February 21, 2018 4:08:25 PM EST Paul Moore wrote: > On February 21, 2018 11:19:09 AM 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. >

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

2018-02-21 Thread Paul Moore
On February 21, 2018 11:19:09 AM 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. > > Instead, print the error indicating an invalid audit parameter value, >

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

2018-02-21 Thread Greg Edwards
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. Instead, print the error indicating an invalid audit parameter value, but leave auditing enabled. Fixes: 80ab4df62706 ("audit: don't