Re: [PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-17 Thread Josh Boyer
On Mon, Aug 17, 2015 at 1:23 PM, David Herrmann wrote: > Hi > > On Fri, Aug 14, 2015 at 3:21 PM, Lubomir Rintel wrote: >> Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a >> location that's not created with sysfs_create_mount_point the user >> namespaces are not allowed to

Re: [PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-17 Thread David Herrmann
Hi On Fri, Aug 14, 2015 at 3:21 PM, Lubomir Rintel wrote: > Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a > location that's not created with sysfs_create_mount_point the user > namespaces are not allowed to mount their sysfs instances. > > Signed-off-by: Lubomir Rintel >

Re: [PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-17 Thread David Herrmann
Hi On Fri, Aug 14, 2015 at 3:21 PM, Lubomir Rintel lkund...@v3.sk wrote: Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a location that's not created with sysfs_create_mount_point the user namespaces are not allowed to mount their sysfs instances. Signed-off-by: Lubomir

Re: [PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-17 Thread Josh Boyer
On Mon, Aug 17, 2015 at 1:23 PM, David Herrmann dh.herrm...@gmail.com wrote: Hi On Fri, Aug 14, 2015 at 3:21 PM, Lubomir Rintel lkund...@v3.sk wrote: Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a location that's not created with sysfs_create_mount_point the user

[PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-14 Thread Lubomir Rintel
Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a location that's not created with sysfs_create_mount_point the user namespaces are not allowed to mount their sysfs instances. Signed-off-by: Lubomir Rintel --- Applies on top of char-misc/kdbus a36324913. ipc/kdbus/main.c | 13

[PATCH] kdbus: create /sys/fs/kdbus with sysfs_create_mount_point()

2015-08-14 Thread Lubomir Rintel
Since 0cbee99269 user-namespace pull, if a kdbusfs is mounted on a location that's not created with sysfs_create_mount_point the user namespaces are not allowed to mount their sysfs instances. Signed-off-by: Lubomir Rintel lkund...@v3.sk --- Applies on top of char-misc/kdbus a36324913.