diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-11 06:32:43 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-11 06:32:43 +0100 |
commit | c096a6c2084b6d920182714beb842ebb40087182 (patch) | |
tree | 14bfded36519b643679959dac5d945bd38f931a1 /examples/mdev_fat.conf | |
parent | 13ad90627c85c0d744dfa28637fb80e89677a37f (diff) | |
download | busybox-w32-c096a6c2084b6d920182714beb842ebb40087182.tar.gz busybox-w32-c096a6c2084b6d920182714beb842ebb40087182.tar.bz2 busybox-w32-c096a6c2084b6d920182714beb842ebb40087182.zip |
mdev_fat.conf: add a rule to run nameif
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'examples/mdev_fat.conf')
-rw-r--r-- | examples/mdev_fat.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/mdev_fat.conf b/examples/mdev_fat.conf index 8b9463603..df329b4b5 100644 --- a/examples/mdev_fat.conf +++ b/examples/mdev_fat.conf | |||
@@ -7,7 +7,7 @@ | |||
7 | # instead of the default 0:0 660. | 7 | # instead of the default 0:0 660. |
8 | # | 8 | # |
9 | # Syntax: | 9 | # Syntax: |
10 | # devicename_regex user:group mode [>|=path] [@|$|*cmd args...] | 10 | # [-]devicename_regex user:group mode [>|=path] [@|$|*cmd args...] |
11 | # | 11 | # |
12 | # =: move, >: move and create a symlink | 12 | # =: move, >: move and create a symlink |
13 | # @|$|*: run $cmd on delete, @cmd on create, *cmd on both | 13 | # @|$|*: run $cmd on delete, @cmd on create, *cmd on both |
@@ -49,6 +49,7 @@ sr[0-9]* root:cdrom 660 @ln -sf $MDEV cdrom | |||
49 | fd[0-9]* root:floppy 660 | 49 | fd[0-9]* root:floppy 660 |
50 | 50 | ||
51 | # net devices | 51 | # net devices |
52 | -net/.* root:root 600 @nameif | ||
52 | tun[0-9]* root:root 600 =net/ | 53 | tun[0-9]* root:root 600 =net/ |
53 | tap[0-9]* root:root 600 =net/ | 54 | tap[0-9]* root:root 600 =net/ |
54 | 55 | ||