svn on debian chroot android

svn on debian chroot android

Tzafrir Cohen tzafrir at cohens.org.il
Thu Feb 13 15:33:11 IST 2014


On Thu, Feb 13, 2014 at 11:09:37AM +0200, Erez D wrote:
> Hello
> 
> i am trying to use svn on my chrooted android (chrooted with app called
> "lil's debian")
> 
> it seems i can not get network connection using a regular user. any svn or
> wget command is returned with permission denied.
> however as root it works
> 
> but doing 'sudo svn ...' generates files with root ownership. which means i
> need to 'chown -R' after every update.
> 
> so:
> 1. is there a way to get internet access for a regular user ?
> 2. is there a way to tell svn to create files with regular user ownership
> but run as root

Your kernel is paranoid:

It has CONFIG_ANDROID_PARANOID_NETWORK set. To get network access, add
your user to group 3003 (inet).

See http://elinux.org/Android_Security#Paranoid_network-ing


-- 
Tzafrir Cohen         | tzafrir at jabber.org | VIM is
http://tzafrir.org.il |                    | a Mutt's
tzafrir at cohens.org.il |                    |  best
tzafrir at debian.org    |                    | friend



More information about the Linux-il mailing list