From: Joshua Brindle <jbrindle@tresys.com>
To: Ivan Gyurdiev <ivg2@cornell.edu>
Cc: SELinux <SELinux@tycho.nsa.gov>, Stephen Smalley <sds@tycho.nsa.gov>
Subject: Re: [PATCH] Add seuser and user_extra to package format
Date: Mon, 06 Feb 2006 22:10:22 -0500 [thread overview]
Message-ID: <43E80F9E.5070909@tresys.com> (raw)
In-Reply-To: <43E80E52.6090503@cornell.edu>
Ivan Gyurdiev wrote:
> Please try with the following patch on top:
>
> - removes system databases, which are unnecessary, write directly to the
> final file
> - fix 64-bit bugs Joshua's introducing :)
>
> I will resync my nodecon patch tomorrow - let me know if anything's
> wrong with it, otherwise will submit as is (ordering pending in a later
> patch).
<snip>
> diff -Naurp --exclude-from excludes old/libsepol/src/module.c new/libsepol/src/module.c
> --- old/libsepol/src/module.c 2006-02-06 21:55:11.000000000 -0500
> +++ new/libsepol/src/module.c 2006-02-06 21:44:15.000000000 -0500
> @@ -460,7 +460,8 @@ int sepol_module_package_read(sepol_modu
> break;
> default:
> /* unknown section, ignore */
> - ERR(file->handle, "unknown magic number at section %u, offset: %zx, number: %zx ",i, offsets[i],le32_to_cpu(buf[0]));
> + ERR(file->handle, "unknown magic number at section %u, offset: %zx, number: %ux ",
> + i, offsets[i],le32_to_cpu(buf[0]));
> break;
> }
oops, I meant to remove that, it was there for debugging.
--
This message was distributed to subscribers of the selinux mailing list.
If you no longer wish to subscribe, send mail to majordomo@tycho.nsa.gov with
the words "unsubscribe selinux" without quotes as the message.
next prev parent reply other threads:[~2006-02-07 3:10 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-06 22:39 [PATCH] Add seuser and user_extra to package format Joshua Brindle
2006-02-07 3:04 ` Ivan Gyurdiev
2006-02-07 3:10 ` Joshua Brindle [this message]
2006-02-07 14:34 ` Stephen Smalley
2006-02-07 14:59 ` Ivan Gyurdiev
2006-02-07 15:20 ` Daniel J Walsh
2006-02-07 17:52 ` Joshua Brindle
2006-02-07 18:15 ` Daniel J Walsh
2006-02-07 20:05 ` Ivan Gyurdiev
2006-02-07 21:23 ` Joshua Brindle
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43E80F9E.5070909@tresys.com \
--to=jbrindle@tresys.com \
--cc=SELinux@tycho.nsa.gov \
--cc=ivg2@cornell.edu \
--cc=sds@tycho.nsa.gov \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.