# SPDX-License-Identifier: BSD-2-Clause
# X-SPDX-Copyright-Text: (c) Copyright 2010-2020 Xilinx, Inc.

############################################################################
#
# Settings for the OpenKual drivers.
#
# OpenKual is a middleware that accelerates network performance.  See
# http://www.openkual.org/ for details.
#
############################################################################

# OpenKual permissions.
#
# The following settings control the permissions applied to /dev/kual.
# This controls which users can make use of OpenKual acceleration.

KUAL_USER=root
KUAL_GROUP=root
KUAL_MODE=666


# ef_vi permissions.
#
# The following settings control the permissions applied to /dev/sfc_char.
# This controls which users can make use of the ef_vi interface.

SFC_CHAR_USER=root
SFC_CHAR_GROUP=root
SFC_CHAR_MODE=666


# kual_cp_server user.
#
# The Kual Control Plane user is configured in `/etc/modprobe.d/kual.conf`
# as a variable corresponding to the following setting. The user must exist,
# and does not need any privileges. If this setting is not defined, or the user
# does not exist when the server starts, the server will run as root.
#
# As part of the full install process, a default user 'kual_ctl' is
# created, typically by sysusers.d/kual.conf.
#
# To change, either modify the following to an existing user or create with:
#   kual_tool set_kual_ctl_user kual_ctl

KUAL_CTL_USER=kual_ctl

