mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
#11881 lts_name token has been cleaned.
This commit is contained in:
parent
95b1daf8c3
commit
1669859f03
@ -221,4 +221,8 @@ INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `descri
|
||||
|
||||
INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2);
|
||||
|
||||
UPDATE tconfig
|
||||
SET value = null
|
||||
WHERE token = 'lts_name';
|
||||
|
||||
COMMIT;
|
||||
|
@ -2729,3 +2729,7 @@ INSERT INTO `tsca` VALUES (29673,'Ensure sudo log file exist
|
||||
INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (41,1,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2);
|
||||
|
||||
INSERT INTO `tmodule_inventory` (`id_module_inventory`, `id_os`, `name`, `description`, `interpreter`, `data_format`, `code`, `block_mode`,`script_mode`) VALUES (42,9,'Security','Hardening plugin for security compliance analysis','','ID;STATUS','',0,2);
|
||||
|
||||
UPDATE tconfig
|
||||
SET value = null
|
||||
WHERE token = 'lts_name';
|
Loading…
x
Reference in New Issue
Block a user