public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* plan9 semantics on Linux - mount namespaces
@ 2018-02-13 22:12 Enrico Weigelt
  2018-02-13 22:19 ` Enrico Weigelt
  0 siblings, 1 reply; 22+ messages in thread
From: Enrico Weigelt @ 2018-02-13 22:12 UTC (permalink / raw)
  To: linux-kernel@vger.kernel.org

Hi folks,


I'm currently trying to implement plan9 semantics on Linux and
yet sorting out how to do the mount namespace handling.

On plan9, any unprivileged process can create its own namespace
and mount/bind at will, while on Linux this requires CAP_SYS_ADMIN.

What is the reason for not allowing arbitrary users to create their
own private mount namespace ? What could go wrong here ?

IMHO, we could allow mount/bind under the following conditions:

* the process is in a private mount namespace
* no suid-flag is honored (either force all mounts to nosuid or
   completely mask it out)
* only certain whitelisted filesystems allowed (eg. 9P and FUSE)

Maybe that all could be enabled by a new capability.


any suggestions ?


--mtx

-- 
Enrico Weigelt, metux IT consult
Free software and Linux embedded engineering
info@metux.net -- +49-151-27565287

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

end of thread, other threads:[~2018-02-16 18:27 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-13 22:12 plan9 semantics on Linux - mount namespaces Enrico Weigelt
2018-02-13 22:19 ` Enrico Weigelt
2018-02-13 22:27   ` Aleksa Sarai
2018-02-14  0:01     ` Enrico Weigelt
2018-02-14  4:54       ` Aleksa Sarai
2018-02-14 10:18         ` Enrico Weigelt
2018-02-14 10:24           ` Aleksa Sarai
2018-02-14 11:27             ` Enrico Weigelt
2018-02-14 11:30               ` Richard Weinberger
2018-02-14 12:38                 ` Enrico Weigelt
2018-02-14 12:53                   ` Richard Weinberger
2018-02-14 14:03                     ` Enrico Weigelt
2018-02-14 14:19                       ` Richard Weinberger
2018-02-14 15:02                         ` Enrico Weigelt
2018-02-14 15:17                           ` Richard Weinberger
2018-02-14 17:21                             ` Enrico Weigelt
2018-02-14 17:50                               ` Richard Weinberger
2018-02-14 18:01                                 ` Enrico Weigelt
2018-02-14 18:12                                   ` Richard Weinberger
2018-02-14 18:32                                     ` Enrico Weigelt
2018-02-14 20:39                               ` Aleksa Sarai
2018-02-16 18:26   ` Eric W. Biederman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox