mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-22 01:13:00 +02:00
Previously the sys-cli group was for interactive shell access, but with ever changing requirements this split has become necessary. This commit introduces the 'sysrepo' group for low-level access to all sysrepo commands, i.e., bootstrap only. For user-level shell access a 'klish' group is added which allows users to connect to the CLI. This is now the only group users, including the default 'admin', are members of, effectively making the new 'copy' tool the norm. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
13 lines
426 B
Plaintext
13 lines
426 B
Plaintext
# Overrides for config file /etc/klish/klishd.conf
|
|
|
|
# The klishd uses UNIX domain socket to receive connections. It will create an
|
|
# filesystem entry to allow clients to find connection point. By default klishd
|
|
# uses /tmp/klish-unix-socket path.
|
|
UnixSocketPath=/run/klishd.sock
|
|
|
|
DBs=libxml2
|
|
|
|
# The group to set on the UNIX socket. By default, the socket retains the group
|
|
# of the user starting the daemon.
|
|
SocketGroup=klish
|