mirror of
https://github.com/webmin/webmin.git
synced 2026-05-04 22:30:33 +01:00
skeleton of firewalld module
This commit is contained in:
17
firewalld/firewalld-lib.pl
Normal file
17
firewalld/firewalld-lib.pl
Normal file
@@ -0,0 +1,17 @@
|
||||
# Functions for managing firewalld
|
||||
#
|
||||
# XXX longdesc
|
||||
# XXX makedist.pl
|
||||
# XXX integration with other modules?
|
||||
|
||||
BEGIN { push(@INC, ".."); };
|
||||
use strict;
|
||||
use warnings;
|
||||
use WebminCore;
|
||||
&init_config();
|
||||
do 'md5-lib.pl';
|
||||
our ($module_root_directory, %text, %config, %gconfig);
|
||||
our %access = &get_module_acl();
|
||||
|
||||
1;
|
||||
|
||||
BIN
firewalld/images/icon.gif
Normal file
BIN
firewalld/images/icon.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
1
firewalld/lang/en
Normal file
1
firewalld/lang/en
Normal file
@@ -0,0 +1 @@
|
||||
index_title=FirewallD
|
||||
3
firewalld/module.info
Normal file
3
firewalld/module.info
Normal file
@@ -0,0 +1,3 @@
|
||||
desc=FirewallD
|
||||
os_support=*-linux
|
||||
depends=net
|
||||
Reference in New Issue
Block a user