policy/modules/system/lvm.te Typo change directores to directories, and also clean up a comment.
The below patch changes a typo "directores" to "directories", and also fixes a comment to sound more proper. Signed-off-by: Justin P. Mattock <justinmattock@gmail.com>
This commit is contained in:
parent
06893adecf
commit
dd74a2f442
|
@ -274,9 +274,9 @@ storage_relabel_fixed_disk(lvm_t)
|
|||
storage_dontaudit_read_removable_device(lvm_t)
|
||||
# LVM creates block devices in /dev/mapper or /dev/<vg>
|
||||
# depending on its version
|
||||
# LVM(2) needs to create directores (/dev/mapper, /dev/<vg>)
|
||||
# LVM(2) needs to create directories (/dev/mapper, /dev/<vg>)
|
||||
# and links from /dev/<vg> to /dev/mapper/<vg>-<lv>
|
||||
# cjp: need create interface here for fixed disk create
|
||||
# cjp: needs to create an interface here for fixed disk create
|
||||
storage_dev_filetrans_fixed_disk(lvm_t)
|
||||
# Access raw devices and old /dev/lvm (c 109,0). Is this needed?
|
||||
storage_manage_fixed_disk(lvm_t)
|
||||
|
|
Loading…
Reference in New Issue