Re: [android-kernel] Re: Why are mounts only visible to root (Android 4.4 KitKat KRT16M - on Nexus 5)

2013-12-06 Thread z.c
if your device is using init and start can be executed. "start " is correct. "start-ssh" is just not a service name, it's the executable, the service name can be found with the "grep..." command from my previous post. in my case its "sshd". 2013/12/6 noktilux > > Sorry but I can't teach you eve

Re: [android-kernel] Re: Why are mounts only visible to root (Android 4.4 KitKat KRT16M - on Nexus 5)

2013-12-03 Thread z.c
ot;setenforce 0") it still does not work. It also could involve Mount Namespaces (another Security Feature) but every documentation says that "/" is mounted as shared and remounted as slaved only for each forked Dalvik-Process and ADB is no Dalvik-Child. thx z.c 2013/12/3 mark gro