Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-02-01 Thread Richard Guy Briggs
On 2019-02-01 16:57, Richard Guy Briggs wrote: > On 2019-02-01 16:05, Paul Moore wrote: > > On Fri, Feb 1, 2019 at 3:42 PM Nathan Chancellor > > wrote: > > > On Wed, Jan 23, 2019 at 01:35:00PM -0500, Richard Guy Briggs wrote: > > > > Don't fetch fcaps when umount2 is called to avoid a process hang

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-02-01 Thread Paul Moore
On Fri, Feb 1, 2019 at 4:57 PM Richard Guy Briggs wrote: > On 2019-02-01 16:05, Paul Moore wrote: > > On Fri, Feb 1, 2019 at 3:42 PM Nathan Chancellor > > wrote: > > > On Wed, Jan 23, 2019 at 01:35:00PM -0500, Richard Guy Briggs wrote: > > > > Don't fetch fcaps when umount2 is called to avoid a p

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-02-01 Thread Richard Guy Briggs
On 2019-02-01 16:05, Paul Moore wrote: > On Fri, Feb 1, 2019 at 3:42 PM Nathan Chancellor > wrote: > > On Wed, Jan 23, 2019 at 01:35:00PM -0500, Richard Guy Briggs wrote: > > > Don't fetch fcaps when umount2 is called to avoid a process hang while > > > it waits for the missing resource to (possib

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-02-01 Thread Paul Moore
On Fri, Feb 1, 2019 at 3:42 PM Nathan Chancellor wrote: > On Wed, Jan 23, 2019 at 01:35:00PM -0500, Richard Guy Briggs wrote: > > Don't fetch fcaps when umount2 is called to avoid a process hang while > > it waits for the missing resource to (possibly never) re-appear. > > > > Note the comment abo

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-02-01 Thread Nathan Chancellor
On Wed, Jan 23, 2019 at 01:35:00PM -0500, Richard Guy Briggs wrote: > Don't fetch fcaps when umount2 is called to avoid a process hang while > it waits for the missing resource to (possibly never) re-appear. > > Note the comment above user_path_mountpoint_at(): > * A umount is a special case for

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-01-30 Thread Paul Moore
On Mon, Jan 28, 2019 at 6:25 PM Paul Moore wrote: > On Fri, Jan 25, 2019 at 5:27 PM Richard Guy Briggs wrote: > > On 2019-01-25 16:45, Paul Moore wrote: > > > On Wed, Jan 23, 2019 at 1:35 PM Richard Guy Briggs > > > wrote: > > > > Don't fetch fcaps when umount2 is called to avoid a process hang

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-01-28 Thread Paul Moore
On Fri, Jan 25, 2019 at 5:27 PM Richard Guy Briggs wrote: > On 2019-01-25 16:45, Paul Moore wrote: > > On Wed, Jan 23, 2019 at 1:35 PM Richard Guy Briggs wrote: > > > Don't fetch fcaps when umount2 is called to avoid a process hang while > > > it waits for the missing resource to (possibly never)

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-01-25 Thread Richard Guy Briggs
On 2019-01-25 16:45, Paul Moore wrote: > On Wed, Jan 23, 2019 at 1:35 PM Richard Guy Briggs wrote: > > Don't fetch fcaps when umount2 is called to avoid a process hang while > > it waits for the missing resource to (possibly never) re-appear. > > > > Note the comment above user_path_mountpoint_at(

Re: [PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-01-25 Thread Paul Moore
On Wed, Jan 23, 2019 at 1:35 PM Richard Guy Briggs wrote: > Don't fetch fcaps when umount2 is called to avoid a process hang while > it waits for the missing resource to (possibly never) re-appear. > > Note the comment above user_path_mountpoint_at(): > * A umount is a special case for path walki

[PATCH ghak100 V2 2/2] audit: ignore fcaps on umount

2019-01-23 Thread Richard Guy Briggs
Don't fetch fcaps when umount2 is called to avoid a process hang while it waits for the missing resource to (possibly never) re-appear. Note the comment above user_path_mountpoint_at(): * A umount is a special case for path walking. We're not actually interested * in the inode in this situation,