Evolution #3537
Possibilité d'activer des modules noyaux avec eole-firewall
Status:
Fermé
Priority:
Normal
Assigned To:
Category:
-
Target version:
Distribution:
EOLE 2.3
Description
Afin de résoudre #3272 pour le mode conteneur, il faudrait pouvoir ajouter un paramètre aux règles du genre :
load_modules=['ip_conntrack_ftp']
Related issues
Associated revisions
bug on problem navigation see #3537
Activation de modules noyaux avec eole-firewall
- loader.py : lecture des modules noyaux
- processor.py : génération des commandes associées
Fixes #3537 @30m
History
#1 Updated by Joël Cuissinat about 11 years ago
- Target version changed from Mises à jour 2.3.6 RC to Mises à jour 2.3.7 RC
#2 Updated by Joël Cuissinat about 11 years ago
- Description updated (diff)
- Assigned To set to Emmanuel GARETTE
#3 Updated by Joël Cuissinat about 11 years ago
- Status changed from Accepté to Résolu
- % Done changed from 0 to 100
Appliqué par commit b636e2411e8e60799c34fecefe58da3e9c91fa6a.
#4 Updated by Joël Cuissinat almost 11 years ago
- Status changed from Résolu to Fermé
root@amonecole-eclair:~# echo "allow_dest(ip='192.168.230.201', port='7777', load_modules=['nfs_acl'])" > /usr/share/eole/firewall/00_fichier_test.fw root@amonecole-eclair:~# rmmod nfs_acl root@amonecole-eclair:~# lsmod | grep ^nfs root@amonecole-eclair:~# /etc/init.d/bastion restart * Stopping l7filter [ OK ] * Stopping Serveur Creole: creole_serv [ OK ] * Stopping firewall: bastion [ OK ] * Starting Serveur Creole: creole_serv [ OK ] * Starting firewall: bastion (modèle "2zones-amonecole-nginx") [ OK ] * Starting l7filter [ OK ] root@amonecole-eclair:~# lsmod | grep ^nfs nfs_acl 2245 0