Re: Extending usb to do device auditing.

2016-03-13 Thread Greg KH
On Mon, Mar 14, 2016 at 12:01:11AM -0400, Wade Mealing wrote: > > >> I'd like to extend the device audit subsystem to log some of the > >> device additions/removals to the kernel > > > Why? What are you going to do with this information? What is it going > > to be used for, are you going to act

Re: Extending usb to do device auditing.

2016-03-13 Thread Wade Mealing
>> I'd like to extend the device audit subsystem to log some of the >> device additions/removals to the kernel > Why? What are you going to do with this information? What is it going > to be used for, are you going to act on it? Me personally, no I'm not going to act on it. But it can be usef

Re: Extending usb to do device auditing.

2016-03-13 Thread Greg KH
On Sun, Mar 13, 2016 at 10:14:16PM -0400, Wade Mealing wrote: > Gday All, > > Seeking some advice, so I thought I'd talk to those involved about how I > should go about this. > > I'd like to extend the device audit subsystem to log some of the > device additions/removals to the kernel Why? Wha

Extending usb to do device auditing.

2016-03-13 Thread Wade Mealing
Gday All, Seeking some advice, so I thought I'd talk to those involved about how I should go about this. I'd like to extend the device audit subsystem to log some of the device additions/removals to the kernel and figured that USB was a well maintained (and easily testable for me) subsystem th