Re: [PATCH] userns: Allow the unprivileged users to mount mqueue fs

2013-01-27 Thread Eric W. Biederman
Gao feng writes: > On 2013/01/28 11:43, Eric W. Biederman wrote: >> Gao feng writes: >> >>> This patch allow the unprivileged user to mount mqueuefs in >>> user ns. >>> >>> If two userns share the same ipcns,the files in mqueue fs >>> should be seen in both these two userns. >>> >>> If the user

Re: [PATCH] userns: Allow the unprivileged users to mount mqueue fs

2013-01-27 Thread Gao feng
On 2013/01/28 11:43, Eric W. Biederman wrote: > Gao feng writes: > >> This patch allow the unprivileged user to mount mqueuefs in >> user ns. >> >> If two userns share the same ipcns,the files in mqueue fs >> should be seen in both these two userns. >> >> If the userns has its own ipcns,it has it

Re: [PATCH] userns: Allow the unprivileged users to mount mqueue fs

2013-01-27 Thread Eric W. Biederman
Gao feng writes: > This patch allow the unprivileged user to mount mqueuefs in > user ns. > > If two userns share the same ipcns,the files in mqueue fs > should be seen in both these two userns. > > If the userns has its own ipcns,it has its own mqueue fs too. > ipcns has already done this job we