diff options
author | doktornotor <notordoktor@gmail.com> | 2015-11-01 15:41:58 +0100 |
---|---|---|
committer | doktornotor <notordoktor@gmail.com> | 2015-11-01 15:41:58 +0100 |
commit | 7536608c597a52f6587b87bdb9aa83c3cf277383 (patch) | |
tree | 47b4383b6251db089dcfc7bd03b82b9ee3401b52 /config/sshdcond | |
parent | 31835a959f9fd47ca43a433ffd4b553b59a2abdc (diff) | |
download | pfsense-packages-7536608c597a52f6587b87bdb9aa83c3cf277383.tar.gz pfsense-packages-7536608c597a52f6587b87bdb9aa83c3cf277383.tar.bz2 pfsense-packages-7536608c597a52f6587b87bdb9aa83c3cf277383.zip |
Add privileges configuration to sshdcond package
Do some cleanups while here.
Diffstat (limited to 'config/sshdcond')
-rw-r--r-- | config/sshdcond/sshdcond.xml | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/config/sshdcond/sshdcond.xml b/config/sshdcond/sshdcond.xml index 11104e1d..f0e27c80 100644 --- a/config/sshdcond/sshdcond.xml +++ b/config/sshdcond/sshdcond.xml @@ -43,12 +43,10 @@ ]]> </copyright> <name>sshdcond</name> - <version>1.0.2</version> - <title>SSH Conditional</title> - <description>SSH Conditional blocks</description> + <version>1.0.6</version> + <title>Services: SSH Conditional Options</title> <savetext>Save</savetext> <include_file>/usr/local/pkg/sshdcond.inc</include_file> - <menu> <name>SSH Conditions</name> <tooltiptext>Configure SSH conditional exceptions</tooltiptext> @@ -61,6 +59,10 @@ <item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond.inc</item> </additional_files_needed> <additional_files_needed> + <prefix>/etc/inc/priv/</prefix> + <item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond.priv.inc</item> + </additional_files_needed> + <additional_files_needed> <prefix>/usr/local/pkg/</prefix> <item>https://packages.pfsense.org/packages/config/sshdcond/sshdcond_sync.xml</item> </additional_files_needed> @@ -93,7 +95,6 @@ <field> <type>listtopic</type> <name>Conditional SSH Options</name> - <fieldname>temp</fieldname> </field> <field> <fielddescr>Enable</fielddescr> @@ -187,7 +188,4 @@ <custom_php_resync_config_command> sshdcond_custom_php_write_config(); </custom_php_resync_config_command> - <custom_php_command_before_form> - unset($_POST['temp']); - </custom_php_command_before_form> </packagegui> |