#!/bin/sh # # after.init: if executable, called by ufw-init. See 'man ufw-framework' for # details. Note that output from these scripts is not seen via the # the ufw command, but instead via ufw-init. # # Copyright 2013 Canonical Ltd. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License version 3, # as published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. # set -e case "$1" in start) # typically required ;; stop) # typically required ;; status) # optional ;; flush-all) # optional ;; *) echo "'$1' not supported" echo "Usage: after.init {start|stop|flush-all|status}" ;; esac
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
iptables | Folder | 0755 |
|
|
messages | Folder | 0755 |
|
|
after.init | File | 1.1 KB | 0644 |
|
after.rules | File | 1004 B | 0644 |
|
after.rules.md5sum | File | 305 B | 0644 |
|
after6.rules | File | 915 B | 0644 |
|
after6.rules.md5sum | File | 248 B | 0644 |
|
before.init | File | 1.1 KB | 0644 |
|
before.rules | File | 2.48 KB | 0644 |
|
before.rules.md5sum | File | 558 B | 0644 |
|
before6.rules | File | 6.54 KB | 0644 |
|
before6.rules.md5sum | File | 693 B | 0644 |
|
check-requirements | File | 7.01 KB | 0755 |
|
ufw.conf | File | 312 B | 0644 |
|
user.rules | File | 307 B | 0644 |
|
user.rules.md5sum | File | 60 B | 0644 |
|
user6.rules | File | 107 B | 0644 |
|
user6.rules.md5sum | File | 61 B | 0644 |
|