* hacked Makefile to use 17 instead of 18
@ 2004-07-31 12:28 Luke Kenneth Casson Leighton
2004-08-01 9:34 ` Russell Coker
2004-08-02 12:35 ` Stephen Smalley
0 siblings, 2 replies; 5+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-07-31 12:28 UTC (permalink / raw)
To: SE-Linux
well, i'm about to find out if it's okay, but i hacked the 1.14-1
Makefile to forcibly put policy file of type 18 into a file named
policy.17.
not that i _care_ about this particular computer or anything :)
oh, darn, i'm using xfs, hope that's okay.
l.
--
--
Information I post is with honesty, integrity, and the expectation that
you will take full responsibility if acting on the information contained,
and that, should you find it to be flawed or even mildly useful, you
will act with both honesty and integrity in return - and tell me.
--
<a href="http://lkcl.net"> lkcl.net </a> <br />
<a href="mailto:lkcl@lkcl.net"> lkcl@lkcl.net </a> <br />
--
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hacked Makefile to use 17 instead of 18
2004-07-31 12:28 hacked Makefile to use 17 instead of 18 Luke Kenneth Casson Leighton
@ 2004-08-01 9:34 ` Russell Coker
2004-08-01 10:34 ` Luke Kenneth Casson Leighton
2004-08-02 12:35 ` Stephen Smalley
1 sibling, 1 reply; 5+ messages in thread
From: Russell Coker @ 2004-08-01 9:34 UTC (permalink / raw)
To: Luke Kenneth Casson Leighton; +Cc: SE-Linux
On Sat, 31 Jul 2004 22:28, Luke Kenneth Casson Leighton <lkcl@lkcl.net> wrote:
> well, i'm about to find out if it's okay, but i hacked the 1.14-1
> Makefile to forcibly put policy file of type 18 into a file named
> policy.17.
Bad idea. Why would you want to do that?
> oh, darn, i'm using xfs, hope that's okay.
XFS works on the latest kernels. But make sure you have 512 byte Inodes (see
previous discussion on the list).
--
http://www.coker.com.au/selinux/ My NSA Security Enhanced Linux packages
http://www.coker.com.au/bonnie++/ Bonnie++ hard drive benchmark
http://www.coker.com.au/postal/ Postal SMTP/POP benchmark
http://www.coker.com.au/~russell/ My home page
--
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hacked Makefile to use 17 instead of 18
2004-08-01 9:34 ` Russell Coker
@ 2004-08-01 10:34 ` Luke Kenneth Casson Leighton
0 siblings, 0 replies; 5+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-08-01 10:34 UTC (permalink / raw)
To: Russell Coker; +Cc: SE-Linux
On Sun, Aug 01, 2004 at 07:34:54PM +1000, Russell Coker wrote:
> On Sat, 31 Jul 2004 22:28, Luke Kenneth Casson Leighton <lkcl@lkcl.net> wrote:
> > well, i'm about to find out if it's okay, but i hacked the 1.14-1
> > Makefile to forcibly put policy file of type 18 into a file named
> > policy.17.
>
> Bad idea. Why would you want to do that?
ignorance and lack of fear. *lol*
> > oh, darn, i'm using xfs, hope that's okay.
>
> XFS works on the latest kernels. But make sure you have 512 byte Inodes (see
> previous discussion on the list).
eek! okay!
--
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hacked Makefile to use 17 instead of 18
2004-07-31 12:28 hacked Makefile to use 17 instead of 18 Luke Kenneth Casson Leighton
2004-08-01 9:34 ` Russell Coker
@ 2004-08-02 12:35 ` Stephen Smalley
2004-08-02 14:48 ` Luke Kenneth Casson Leighton
1 sibling, 1 reply; 5+ messages in thread
From: Stephen Smalley @ 2004-08-02 12:35 UTC (permalink / raw)
To: Luke Kenneth Casson Leighton; +Cc: SE-Linux
On Sat, 2004-07-31 at 08:28, Luke Kenneth Casson Leighton wrote:
> well, i'm about to find out if it's okay, but i hacked the 1.14-1
> Makefile to forcibly put policy file of type 18 into a file named
> policy.17.
Policy version number is put into the header of the binary policy as
well, and the kernel will reject a version it doesn't support (for good
reason). Build with checkpolicy -c 17 if you want to generate
policy.17.
--
Stephen Smalley <sds@epoch.ncsc.mil>
National Security Agency
--
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: hacked Makefile to use 17 instead of 18
2004-08-02 12:35 ` Stephen Smalley
@ 2004-08-02 14:48 ` Luke Kenneth Casson Leighton
0 siblings, 0 replies; 5+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-08-02 14:48 UTC (permalink / raw)
To: Stephen Smalley; +Cc: SE-Linux
On Mon, Aug 02, 2004 at 08:35:05AM -0400, Stephen Smalley wrote:
> On Sat, 2004-07-31 at 08:28, Luke Kenneth Casson Leighton wrote:
> > well, i'm about to find out if it's okay, but i hacked the 1.14-1
> > Makefile to forcibly put policy file of type 18 into a file named
> > policy.17.
>
> Policy version number is put into the header of the binary policy as
> well, and the kernel will reject a version it doesn't support (for good
> reason). Build with checkpolicy -c 17 if you want to generate
> policy.17.
rats! could have done with that tidbit at the w/e ah well i will
know for next time, 2.6.8 or 9 or so.
ta stephen.
--
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.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-08-02 14:37 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-31 12:28 hacked Makefile to use 17 instead of 18 Luke Kenneth Casson Leighton
2004-08-01 9:34 ` Russell Coker
2004-08-01 10:34 ` Luke Kenneth Casson Leighton
2004-08-02 12:35 ` Stephen Smalley
2004-08-02 14:48 ` Luke Kenneth Casson Leighton
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.