From: justinmattock@gmail.com (Justin Mattock) Date: Tue, 1 Feb 2011 17:28:57 -0800 Subject: [refpolicy] [PATCH 2/2]policy/modules/system/lvm.te Typo change directores to directories, and also clean up a comment. In-Reply-To: <1296591235.3038.10.camel@tesla.lan> References: <1296495613-21803-1-git-send-email-justinmattock@gmail.com> <1296495613-21803-2-git-send-email-justinmattock@gmail.com> <1296591235.3038.10.camel@tesla.lan> Message-ID: <32AAAA84-6DBA-40D1-BA4C-41692DCDADE5@gmail.com> To: refpolicy@oss.tresys.com List-Id: refpolicy.oss.tresys.com On Feb 1, 2011, at 12:13 PM, Guido Trentalancia wrote: > Thanks for the two documentation patches Justin ! > > Regards, > > Guido sure thing dude!!! if I see anymore Ill send them on up.. > > 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) > >