From: guido@trentalancia.com (Guido Trentalancia) Date: Tue, 01 Feb 2011 21:13:55 +0100 Subject: [refpolicy] [PATCH 2/2]policy/modules/system/lvm.te Typo change directores to directories, and also clean up a comment. In-Reply-To: <1296495613-21803-2-git-send-email-justinmattock@gmail.com> References: <1296495613-21803-1-git-send-email-justinmattock@gmail.com> <1296495613-21803-2-git-send-email-justinmattock@gmail.com> Message-ID: <1296591235.3038.10.camel@tesla.lan> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com Thanks for the two documentation patches Justin ! Regards, Guido On Mon, 31/01/2011 at 09.40 -0800, Justin P. Mattock wrote: > The below patch changes a typo "directores" to "directories", and also > fixes a comment to sound more proper. > > Signed-off-by: Justin P. Mattock > > --- > policy/modules/system/lvm.te | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/policy/modules/system/lvm.te b/policy/modules/system/lvm.te > index 86ef2da..74e38b4 100644 > --- a/policy/modules/system/lvm.te > +++ b/policy/modules/system/lvm.te > @@ -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/ > # depending on its version > -# LVM(2) needs to create directores (/dev/mapper, /dev/) > +# LVM(2) needs to create directories (/dev/mapper, /dev/) > # and links from /dev/ to /dev/mapper/- > -# 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)