]> git.ipfire.org Git - thirdparty/bird.git/commit
Additional CLI sockets may now be restricted
authorMaria Matejka <mq@ucw.cz>
Mon, 24 Jun 2024 11:46:12 +0000 (13:46 +0200)
committerOndrej Zajicek <santiago@crfreenet.org>
Thu, 27 Jun 2024 02:14:39 +0000 (04:14 +0200)
commit08ff0af8986099e6fb1d8a94c7ce62c83e4df7f1
tree27ff882ba340b197228b806dcc8206ec1673859f
parentf3b6661ddda9a9c2591444799ff88cd82621d06b
Additional CLI sockets may now be restricted

This allows to have one main socket for the heavy operations
very restricted just for the appropriate users, whereas the
looking glass socket may be more open.

Implemented an idea originally submitted and requested by Akamai.
conf/confbase.Y
doc/bird.sgml
nest/cli.c
nest/cli.h
sysdep/unix/config.Y
sysdep/unix/main.c