* [refpolicy] Patch to standardize
@ 2010-07-27 20:11 Daniel J Walsh
2010-08-02 12:50 ` Christopher J. PeBenito
0 siblings, 1 reply; 4+ messages in thread
From: Daniel J Walsh @ 2010-07-27 20:11 UTC (permalink / raw)
To: refpolicy
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Defaulting to
- -## The type of the process performing this action.
+## Domain allowed access.
- -## The type of the process to not audit.
+## Domain to not audit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)
Comment: Using GnuPG with Fedora - http://enigmail.mozdev.org/
iEYEARECAAYFAkxPPVwACgkQrlYvE4MpobO6kgCgozc6gZsz1SzKL6YcLcZuGXbJ
CVgAoIeniZsKxhAspslcn1DQA6he2XLp
=XHvw
-----END PGP SIGNATURE-----
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: interface_standards.patch
Url: http://oss.tresys.com/pipermail/refpolicy/attachments/20100727/9f24bff7/attachment-0001.pl
-------------- next part --------------
A non-text attachment was scrubbed...
Name: interface_standards.patch.sig
Type: application/pgp-signature
Size: 72 bytes
Desc: not available
Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100727/9f24bff7/attachment-0001.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [refpolicy] Patch to standardize
2010-07-27 20:11 [refpolicy] Patch to standardize Daniel J Walsh
@ 2010-08-02 12:50 ` Christopher J. PeBenito
2010-08-03 8:58 ` Dominick Grift
2010-08-03 9:05 ` Dominick Grift
0 siblings, 2 replies; 4+ messages in thread
From: Christopher J. PeBenito @ 2010-08-02 12:50 UTC (permalink / raw)
To: refpolicy
On 07/27/10 16:11, Daniel J Walsh wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Defaulting to
> - -## The type of the process performing this action.
> +## Domain allowed access.
>
> - -## The type of the process to not audit.
> +## Domain to not audit
Merged.
--
Chris PeBenito
Tresys Technology, LLC
www.tresys.com | oss.tresys.com
^ permalink raw reply [flat|nested] 4+ messages in thread
* [refpolicy] Patch to standardize
2010-08-02 12:50 ` Christopher J. PeBenito
@ 2010-08-03 8:58 ` Dominick Grift
2010-08-03 9:05 ` Dominick Grift
1 sibling, 0 replies; 4+ messages in thread
From: Dominick Grift @ 2010-08-03 8:58 UTC (permalink / raw)
To: refpolicy
On Mon, Aug 02, 2010 at 08:50:20AM -0400, Christopher J. PeBenito wrote:
> On 07/27/10 16:11, Daniel J Walsh wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Defaulting to
> > - -## The type of the process performing this action.
> > +## Domain allowed access.
> >
> > - -## The type of the process to not audit.
> > +## Domain to not audit
>
> Merged.
I am not going to apply this to my branch because it changes Domain allowed to transition to Domain allowed access as well.
When theres a domain transition occuring i use "Domain allowed to transition"
#######################################
## <summary>
## Execute a domain transition to
## run Passwd.
## </summary>
## <param name="domain">
## <summary>
<<<<<<< HEAD
## Domain allowed to transition.
||||||| merged common ancestors
## The type of the process performing this action.
=======
## Domain allowed access.
>>>>>>> refpolicy
## </summary>
## </param>
#
>
> --
> Chris PeBenito
> Tresys Technology, LLC
> www.tresys.com | oss.tresys.com
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100803/9fcbbd78/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
* [refpolicy] Patch to standardize
2010-08-02 12:50 ` Christopher J. PeBenito
2010-08-03 8:58 ` Dominick Grift
@ 2010-08-03 9:05 ` Dominick Grift
1 sibling, 0 replies; 4+ messages in thread
From: Dominick Grift @ 2010-08-03 9:05 UTC (permalink / raw)
To: refpolicy
On Mon, Aug 02, 2010 at 08:50:20AM -0400, Christopher J. PeBenito wrote:
> On 07/27/10 16:11, Daniel J Walsh wrote:
> > -----BEGIN PGP SIGNED MESSAGE-----
> > Hash: SHA1
> >
> > Defaulting to
> > - -## The type of the process performing this action.
> > +## Domain allowed access.
> >
> > - -## The type of the process to not audit.
> > +## Domain to not audit
>
> Merged.
Also this automatic search and replace does often do the wrong thing:
in the example below the right thing is: Domain to not audit and not Domain allowed access.
########################################
## <summary>
## Do not audit attempts to use
## Useradd file descriptors.
## </summary>
## <param name="domain">
## <summary>
<<<<<<< HEAD
## Domain to not audit.
||||||| merged common ancestors
## The type of the process performing this action.
=======
## Domain allowed access.
>>>>>>> refpolicy
## </summary>
## </param>
#
>
> --
> Chris PeBenito
> Tresys Technology, LLC
> www.tresys.com | oss.tresys.com
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: not available
Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20100803/e1ccb75e/attachment.bin
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-08-03 9:05 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-27 20:11 [refpolicy] Patch to standardize Daniel J Walsh
2010-08-02 12:50 ` Christopher J. PeBenito
2010-08-03 8:58 ` Dominick Grift
2010-08-03 9:05 ` Dominick Grift
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.