* What is dnl
@ 2004-06-10 13:12 Park Lee
2004-06-10 13:54 ` Russell Coker
0 siblings, 1 reply; 7+ messages in thread
From: Park Lee @ 2004-06-10 13:12 UTC (permalink / raw)
To: selinux
[-- Attachment #1: Type: text/plain, Size: 344 bytes --]
Hi,
In 'selinux-usr\policy\tunable.te', there is something like:
# uncomment to allow mozilla to read files in the user home directory
dnl define(`readhome')
... ...
Then, what is the meaning of 'dnl'?
Thank you,
Park Lee
2004-06-10
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
[-- Attachment #2: Type: text/html, Size: 531 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: What is dnl
2004-06-10 13:12 What is dnl Park Lee
@ 2004-06-10 13:54 ` Russell Coker
2004-06-10 14:21 ` Park Lee
0 siblings, 1 reply; 7+ messages in thread
From: Russell Coker @ 2004-06-10 13:54 UTC (permalink / raw)
To: Park Lee; +Cc: selinux
On Thu, 10 Jun 2004 23:12, Park Lee <parklee_sel@yahoo.com> wrote:
> In 'selinux-usr\policy\tunable.te', there is something like:
>
> # uncomment to allow mozilla to read files in the user home directory
> dnl define(`readhome')
> ... ...
>
> Then, what is the meaning of 'dnl'?
dnl is a M4 comment.
--
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] 7+ messages in thread
* Re: What is dnl
2004-06-10 13:54 ` Russell Coker
@ 2004-06-10 14:21 ` Park Lee
2004-06-10 15:38 ` Ian Campbell
` (2 more replies)
0 siblings, 3 replies; 7+ messages in thread
From: Park Lee @ 2004-06-10 14:21 UTC (permalink / raw)
To: russell; +Cc: selinux
[-- Attachment #1: Type: text/plain, Size: 353 bytes --]
Sir,
Thank you very much!
Your say:
>dnl is a M4 comment.
Then, as my previous letter to selinux@tycho.nsa.gov,
Would you please tell me: How to read and understand M4 macro? Is it specific to SELinux?
Thanks again.
Yours,
Park Lee
2004-06-10
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
[-- Attachment #2: Type: text/html, Size: 658 bytes --]
^ permalink raw reply [flat|nested] 7+ messages in thread* Re: What is dnl
2004-06-10 14:21 ` Park Lee
@ 2004-06-10 15:38 ` Ian Campbell
2004-06-10 21:30 ` Luke Kenneth Casson Leighton
2004-06-10 21:32 ` Luke Kenneth Casson Leighton
2004-06-11 0:37 ` Russell Coker
2 siblings, 1 reply; 7+ messages in thread
From: Ian Campbell @ 2004-06-10 15:38 UTC (permalink / raw)
To: Park Lee; +Cc: russell, selinux
On Thu, 2004-06-10 at 15:21, Park Lee wrote:
> Then, as my previous letter to selinux@tycho.nsa.gov,
> Would you please tell me: How to read and understand M4 macro? Is it
> specific to SELinux?
Did you even try and find out for yourself? The first link on google for
'm4' is http://www.gnu.org/software/m4/, complete with online manual.
Ian.
--
Ian Campbell
Current Noise: 3 Libras - A Perfect Circle
This PIZZA symbolizes my COMPLETE EMOTIONAL RECOVERY!!
--
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] 7+ messages in thread
* Re: What is dnl
2004-06-10 15:38 ` Ian Campbell
@ 2004-06-10 21:30 ` Luke Kenneth Casson Leighton
0 siblings, 0 replies; 7+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-06-10 21:30 UTC (permalink / raw)
To: Ian Campbell; +Cc: Park Lee, russell, selinux
ian - be nice!
not everyone knows how to google, it just doesn't occur to them.
On Thu, Jun 10, 2004 at 04:38:54PM +0100, Ian Campbell wrote:
> On Thu, 2004-06-10 at 15:21, Park Lee wrote:
> > Then, as my previous letter to selinux@tycho.nsa.gov,
> > Would you please tell me: How to read and understand M4 macro? Is it
> > specific to SELinux?
>
> Did you even try and find out for yourself? The first link on google for
> 'm4' is http://www.gnu.org/software/m4/, complete with online manual.
--
--
Information I post is with honesty, integrity, and the expectation that
you will take full responsibility for 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] 7+ messages in thread
* Re: What is dnl
2004-06-10 14:21 ` Park Lee
2004-06-10 15:38 ` Ian Campbell
@ 2004-06-10 21:32 ` Luke Kenneth Casson Leighton
2004-06-11 0:37 ` Russell Coker
2 siblings, 0 replies; 7+ messages in thread
From: Luke Kenneth Casson Leighton @ 2004-06-10 21:32 UTC (permalink / raw)
To: Park Lee; +Cc: russell, selinux
no, m4 is definitely not specific to se/linux.
it's typically used by autoconf and friends, and consequently
there are literally thousands of example programs out there
that use m4.
l.
On Thu, Jun 10, 2004 at 07:21:22AM -0700, Park Lee wrote:
> Sir,
>
> Thank you very much!
>
> Your say:
> >dnl is a M4 comment.
>
> Then, as my previous letter to selinux@tycho.nsa.gov,
> Would you please tell me: How to read and understand M4 macro? Is it specific to SELinux?
--
--
Information I post is with honesty, integrity, and the expectation that
you will take full responsibility for 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] 7+ messages in thread
* Re: What is dnl
2004-06-10 14:21 ` Park Lee
2004-06-10 15:38 ` Ian Campbell
2004-06-10 21:32 ` Luke Kenneth Casson Leighton
@ 2004-06-11 0:37 ` Russell Coker
2 siblings, 0 replies; 7+ messages in thread
From: Russell Coker @ 2004-06-11 0:37 UTC (permalink / raw)
To: Park Lee; +Cc: selinux
On Fri, 11 Jun 2004 00:21, Park Lee <parklee_sel@yahoo.com> wrote:
> Would you please tell me: How to read and understand M4 macro? Is it
> specific to SELinux?
The best thing to do is to install the M4 info files (should be part of the M4
installation) and the "pinfo" viewer for info files. Then run "pinfo m4".
--
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] 7+ messages in thread
end of thread, other threads:[~2004-06-11 0:36 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-10 13:12 What is dnl Park Lee
2004-06-10 13:54 ` Russell Coker
2004-06-10 14:21 ` Park Lee
2004-06-10 15:38 ` Ian Campbell
2004-06-10 21:30 ` Luke Kenneth Casson Leighton
2004-06-10 21:32 ` Luke Kenneth Casson Leighton
2004-06-11 0:37 ` Russell Coker
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.