diff options
author | Harald Hoyer <harald@redhat.com> | 2007-04-12 01:10:08 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-04-12 01:10:08 +0200 |
commit | 7c70c25212fe1b4918c4d7f270c46430111ad365 (patch) | |
tree | d2d01ecb2b56ae2d48bbe5887d0e251506c84bae /extras/floppy | |
parent | 0809c264e9878cdd1c61d9fb0e077972bc596ef8 (diff) |
create_floppy_devices: create nodes with correct selinux context
Diffstat (limited to 'extras/floppy')
-rw-r--r-- | extras/floppy/create_floppy_devices.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extras/floppy/create_floppy_devices.c b/extras/floppy/create_floppy_devices.c index 7a3ddb2ffe..7c1ea0715a 100644 --- a/extras/floppy/create_floppy_devices.c +++ b/extras/floppy/create_floppy_devices.c @@ -155,6 +155,7 @@ int main(int argc, char **argv) if (type == 0) return 0; + udev_config_init(); selinux_init(); i = 0; |