linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Can fanotify OPEN_PERM work with CIFS?
@ 2019-11-07 15:47 Marko Rauhamaa
  2019-12-16  9:14 ` Jan Kara
  0 siblings, 1 reply; 2+ messages in thread
From: Marko Rauhamaa @ 2019-11-07 15:47 UTC (permalink / raw)
  To: linux-fsdevel


In a common setup, CIFS file access is tied to the credentials of the
regular Linux user, but the local root has no access. If the local root
monitors such a CIFS mount point with OPEN_PERM, dentry_open() in
fs/notify/fanotify/fanotify_user.c fails with EPERM or EACCES depending
on the kernel version. In effect, the whole mount point becomes
inaccessible to any user.

I understand the question has intricate corner cases and security
considerations, but is the common use case insurmountable? When the
regular user is opening a file for reading and waiting for a permission
to continue, must the file be reopened instead of being "lent" to the
content checker via duping the fd?


Marko

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-12-16  9:14 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-11-07 15:47 Can fanotify OPEN_PERM work with CIFS? Marko Rauhamaa
2019-12-16  9:14 ` Jan Kara

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).