Message ID | 20181011123549.14875-1-jwcart2@tycho.nsa.gov (mailing list archive) |
---|---|
Headers | show |
Series | libsepol: Cleanup initial sid handling when writing CIL and policy.conf files | expand |
merged: https://github.com/SELinuxProject/selinux/pull/104 On Thu, Oct 11, 2018 at 4:58 PM William Roberts <bill.c.roberts@gmail.com> wrote: > > On Thu, Oct 11, 2018 at 5:37 AM James Carter <jwcart2@tycho.nsa.gov> wrote: > > > > [Resending because I originally only sent these to the new list] > > > > - Removes some redundent definitions of initial sid name strings > > - Adds range checking when looking up an initial sid name string for an index > > - Adds two new Xen initial sids > > > > James Carter (4): > > libsepol: Rename kernel_to_common.c stack functions > > libsepol: Eliminate initial sid string definitions in module_to_cil.c > > libsepol: Check that initial sid indexes are within the valid range > > libsepol: Add two new Xen initial SIDs > > > > libsepol/src/kernel_to_cil.c | 78 +++++++++++++++++++++------------ > > libsepol/src/kernel_to_common.c | 10 ++--- > > libsepol/src/kernel_to_common.h | 16 ++++--- > > libsepol/src/kernel_to_conf.c | 78 +++++++++++++++++++++------------ > > libsepol/src/module_to_cil.c | 78 +++++++++------------------------ > > 5 files changed, 136 insertions(+), 124 deletions(-) > > LGTM. I ran these locally and they seemed to be OK and I was able > to list the new SIDs from the policy db. > > I staged them here to have travis run the CI as well: > https://github.com/SELinuxProject/selinux/pull/104 > > > > > -- > > 2.17.1 > > > > _______________________________________________ > > Selinux mailing list > > Selinux@tycho.nsa.gov > > To unsubscribe, send email to Selinux-leave@tycho.nsa.gov. > > To get help, send an email containing "help" to Selinux-request@tycho.nsa.gov.