OSDN Git Service

pppd: Remove the UID check to allow running as a non-root user.
authorChia-chi Yeh <chiachi@android.com>
Tue, 30 Jun 2009 22:10:41 +0000 (06:10 +0800)
committerChia-chi Yeh <chiachi@android.com>
Tue, 30 Jun 2009 22:10:41 +0000 (06:10 +0800)
commitdffa18062629fab18e536d21fe5f8b8f07c7e991
tree29b4651c28b97e655c2fb951685a00e04313a9c3
parent12f72b25ea06006706eb0cdbbe1c965eb8fc03be
pppd: Remove the UID check to allow running as a non-root user.

It is safe because it will not work without proper capabilities.
Allowing privileged options is also safe for the same reason.
pppd/main.c