public inbox for gentoo-portage-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info
@ 2015-01-25 11:42 Michał Górny
  2015-01-25 20:39 ` Zac Medico
  2015-01-31 21:29 ` Michał Górny
  0 siblings, 2 replies; 3+ messages in thread
From: Michał Górny @ 2015-01-25 11:42 UTC (permalink / raw
  To: gentoo-portage-dev; +Cc: Michał Górny

---
 pym/portage/package/ebuild/doebuild.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py
index 0d71f01..050f6c4 100644
--- a/pym/portage/package/ebuild/doebuild.py
+++ b/pym/portage/package/ebuild/doebuild.py
@@ -86,7 +86,7 @@ _unsandboxed_phases = frozenset([
 
 # phases in which IPC with host is allowed
 _ipc_phases = frozenset([
-	"setup", "pretend",
+	"setup", "pretend", "config", "info",
 	"preinst", "postinst", "prerm", "postrm",
 ])
 
-- 
2.2.2



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info
  2015-01-25 11:42 [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info Michał Górny
@ 2015-01-25 20:39 ` Zac Medico
  2015-01-31 21:29 ` Michał Górny
  1 sibling, 0 replies; 3+ messages in thread
From: Zac Medico @ 2015-01-25 20:39 UTC (permalink / raw
  To: gentoo-portage-dev

On 01/25/2015 03:42 AM, Michał Górny wrote:
> ---
>  pym/portage/package/ebuild/doebuild.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/pym/portage/package/ebuild/doebuild.py b/pym/portage/package/ebuild/doebuild.py
> index 0d71f01..050f6c4 100644
> --- a/pym/portage/package/ebuild/doebuild.py
> +++ b/pym/portage/package/ebuild/doebuild.py
> @@ -86,7 +86,7 @@ _unsandboxed_phases = frozenset([
>  
>  # phases in which IPC with host is allowed
>  _ipc_phases = frozenset([
> -	"setup", "pretend",
> +	"setup", "pretend", "config", "info",
>  	"preinst", "postinst", "prerm", "postrm",
>  ])
>  
> 

LGTM.
-- 
Thanks,
Zac


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info
  2015-01-25 11:42 [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info Michał Górny
  2015-01-25 20:39 ` Zac Medico
@ 2015-01-31 21:29 ` Michał Górny
  1 sibling, 0 replies; 3+ messages in thread
From: Michał Górny @ 2015-01-31 21:29 UTC (permalink / raw
  To: gentoo-portage-dev

[-- Attachment #1: Type: text/plain, Size: 249 bytes --]

Dnia 2015-01-25, o godz. 12:42:28
Michał Górny <mgorny@gentoo.org> napisał(a):

> ---
>  pym/portage/package/ebuild/doebuild.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

In master now.

-- 
Best regards,
Michał Górny

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-31 21:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-25 11:42 [gentoo-portage-dev] [PATCH] Allow IPC & networking during pkg_config & pkg_info Michał Górny
2015-01-25 20:39 ` Zac Medico
2015-01-31 21:29 ` Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox