Re: [PATCH 3/4] watch_queue: Implement mount topology and attribute change notifications
From: David Howells <dhowells@redhat.com>
Date: 2020-07-24 19:59:54
Also in:
linux-api, linux-fsdevel, lkml
From: David Howells <dhowells@redhat.com>
Date: 2020-07-24 19:59:54
Also in:
linux-api, linux-fsdevel, lkml
Linus Torvalds [off-list ref] wrote:
So now you can basically allocate as much kernel memory as you want as a regular user, as long as you have a mounted directory you can walk (ie everybody). Is there any limiting of watches anywhere? I don't see it.
That's a good point. Any suggestions on how to do it? An additional RLIMIT? Or should I do it like I did with keyrings and separately manage a quota for each user? David