aboutsummaryrefslogtreecommitdiffstats
path: root/udev-config
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2009-05-16 22:54:55 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2009-05-16 22:54:55 +0000
commit78c5b5dd6124e5b626171caa3aba0ba03cf2cf0b (patch)
tree2ec84c907f00bcf270a7f413c4a6fc2f685fd246 /udev-config
parent33169fa6bc3123ad0065f1b707c7300dcfffcdf9 (diff)
Remove block rule as it only set default permissions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8878 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'udev-config')
-rw-r--r--udev-config/55-lfs.rules3
-rw-r--r--udev-config/ChangeLog2
2 files changed, 2 insertions, 3 deletions
diff --git a/udev-config/55-lfs.rules b/udev-config/55-lfs.rules
index 0679a0f11..4ede8e8c1 100644
--- a/udev-config/55-lfs.rules
+++ b/udev-config/55-lfs.rules
@@ -62,9 +62,6 @@ KERNEL=="fb[0-9]*", GROUP="video"
# Storage/memory devices
-# override: make group-writable
-SUBSYSTEM=="block", MODE="0660"
-
# dmsetup and lvm2 related programs create devicemapper devices so we prevent
# udev from creating them
diff --git a/udev-config/ChangeLog b/udev-config/ChangeLog
index b4343fe92..40283aa12 100644
--- a/udev-config/ChangeLog
+++ b/udev-config/ChangeLog
@@ -1,4 +1,6 @@
2009-05-16 Matt Burgess <matthew@linuxfromscratch.org>
+ * 55-lfs.rules: Remove the block rule as it was only setting
+ permissions that Udev will set by default
* 55-lfs.rules: Remove the rfcomm rule as the group it sets is already
included in upstream's rule
* 55-lfs-rules: Remove the tape rules as the group they sets is already