diff options
author | Erik Fonnesbeck <efonnes@gmail.com> | 2010-07-12 15:31:14 -0600 |
---|---|---|
committer | Erik Fonnesbeck <efonnes@gmail.com> | 2010-07-12 15:31:14 -0600 |
commit | 3e251b12903ea709b908d1cba30fe61cadbe2da3 (patch) | |
tree | 058ed247ef42f2e907614e2341b9d0b69e3d7d55 /etc/inc/priv | |
parent | 21f0f60de583cd02343e5e186d75b5f367de30be (diff) | |
download | pfsense-3e251b12903ea709b908d1cba30fe61cadbe2da3.zip pfsense-3e251b12903ea709b908d1cba30fe61cadbe2da3.tar.gz |
Add SSH tunneling privilege to list of available privileges.
Diffstat (limited to 'etc/inc/priv')
-rw-r--r-- | etc/inc/priv/user.priv.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/etc/inc/priv/user.priv.inc b/etc/inc/priv/user.priv.inc index d1ed5dc..779f2bb 100644 --- a/etc/inc/priv/user.priv.inc +++ b/etc/inc/priv/user.priv.inc @@ -14,6 +14,13 @@ $priv_list['user-copy-files']['descr'] = "Indicates whether the user is allowed "If you are going to use this privilege, you must install ". "scponly on the appliance (Hint: pkg_add -r scponly)."; +$priv_list['user-ssh-tunnel'] = array(); +$priv_list['user-ssh-tunnel']['name'] = "User - System - SSH tunneling"; +$priv_list['user-ssh-tunnel']['descr'] = "Indicates whether the user is able to login for ". + "tunneling via SSH when they have no shell access. ". + "Note: User - System - Copy files conflicts with ". + "this privilege."; + $priv_list['user-l2tp-dialin'] = array(); $priv_list['user-l2tp-dialin']['name'] = "User - VPN - L2TP Dialin"; $priv_list['user-l2tp-dialin']['descr'] = "Indicates whether the user is allowed to dial in via L2TP"; |