mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Tests: - When app is freshly installed, nft rules are inserted. - When app is upgraded from older version, nft rules are inserted. - When app is enabled/disabled, nft rules are added/removed. - When app is uninstalled, rules are removed - Inserted rules are after the basic setup rules inserted firewall app. - Trying to connect to local daemon from fbx user fails. Trying to access as root user or apache succeeds. Test connecting with 'nc localhost <port>'. - Functional tests pass. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>