summaryrefslogtreecommitdiffstats
path: root/udev/12-dm-permissions.rules
Commit message (Collapse)AuthorAgeFilesLines
* add copyright linesAlasdair Kergon2009-10-261-0/+4
|
* Use udev flags in the rules and cleanup the rules:Peter Rajnoha2009-10-221-3/+5
| | | | | | | - remove default permissions set in 95-dm-notify.rules (and add a hint in 12-dm-permissions.rules to set it by the user directly) - add multipath DM_ACTION=="PATH_FAILED" filter - remove unnecessary filters in the headers of the rules (we can simply use DM_UDEV_RULES_VSN instead) - fix symlink priorities in /dev/disk/ (snapshot volumes have low priority for FS UUID symlinks so it will not overwrite symlinks for the origin)
* Add more hints in 12-dm-permissions.rules. Add 'dmsetup splitname' and ↵Peter Rajnoha2009-09-231-2/+51
| | | | 'y|--yes' to dmsetup manpage.
* Add some advisory comments for users in 12-dm-permissions.rules.Peter Rajnoha2009-09-221-3/+9
|
* Several changes in udev rules:Peter Rajnoha2009-09-111-0/+2
| | | | | | | | | | | - add DM_UDEV_RULES_VSN to provide a variable to be checked for in the other rules (e.g. to check that DM rules are actually installed, we can alternate functionality in the other rules based on this information, also we have versioning support for the rules) - set proper sbin path for dmsetup and blkid, /sbin first, then /usr/sbin. This is necessary for anaconda to work properly. - add 'last_rule' for cryptsetup's temporary devices (symlinks in /dev/mapper only)
* Rename template rule file 11-dm-permissions.rules to 12-dm-permissions.rules.Peter Rajnoha2009-08-061-0/+18