]> git.ipfire.org Git - thirdparty/bird.git/commit
Allows run with restricted privileges.
authorOndrej Zajicek <santiago@crfreenet.org>
Tue, 10 May 2011 00:42:17 +0000 (02:42 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Tue, 10 May 2011 00:42:17 +0000 (02:42 +0200)
commit1bc2695744c729804af32d48ce68854cba4de8f7
treee4c165bc0bba244437c462247fd7ffcd842c0918
parent46bb7e0d176a4dc0a47bb406988f92fb29cceaf4
Allows run with restricted privileges.

Adds option -u and -g to specify user and group.
When different user (than root) is specified,
linux capabilities CAP_NET_* are kept.
sysdep/cf/README
sysdep/cf/linux-22.h
sysdep/cf/linux-v6.h
sysdep/linux/Modules
sysdep/linux/syspriv.h [new file with mode: 0644]
sysdep/unix/main.c