All of lore.kernel.org
 help / color / mirror / Atom feed
From: dac.override@gmail.com (Dominick Grift)
To: refpolicy@oss.tresys.com
Subject: [refpolicy] [PATCH] system/selinuxutil: Allow semanage to execute its tmp files
Date: Mon, 8 May 2017 18:03:20 +0200	[thread overview]
Message-ID: <20170508160320.GD3701@julius> (raw)
In-Reply-To: <20170508154628.3088-1-aranea@aixah.de>

On Mon, May 08, 2017 at 05:46:28PM +0200, Luis Ressel via refpolicy wrote:
> Since app-admin/setools-4.1.0, some python internals try to create and
> execute a file in /tmp during semanage initalization, causing semanage
> to crash. Here's the backtrace (with the path
> "/usr/lib64/python3.4/site-packages" replaced by "py" for brevity):
> 
> Traceback (most recent call last):
>   File "/usr/lib/python-exec/python3.4/semanage", line 28, in <module>
>     import seobject
>   File "py/seobject.py", line 34, in <module>
>     import sepolicy
>   File "py/sepolicy/__init__.py", line 8, in <module>
>     import setools
>   File "py/setools/__init__.py", line 77, in <module>
>     from .infoflow import InfoFlowAnalysis
>   File "py/setools/infoflow.py", line 22, in <module>
>     import networkx as nx
>   File "py/networkx/__init__.py", line 93, in <module>
>     import networkx.linalg
>   File "py/networkx/linalg/__init__.py", line 9, in <module>
>     from networkx.linalg.algebraicconnectivity import *
>   File "py/networkx/linalg/algebraicconnectivity.py", line 18, in <module>
>     from numpy import (array, asmatrix, asarray, dot, matrix, ndarray, ones,
>   File "py/numpy/__init__.py", line 180, in <module>
>     from . import add_newdocs
>   File "py/numpy/add_newdocs.py", line 13, in <module>
>     from numpy.lib import add_newdoc
>   File "py/numpy/lib/__init__.py", line 8, in <module>
>     from .type_check import *
>   File "py/numpy/lib/type_check.py", line 11, in <module>
>     import numpy.core.numeric as _nx
>   File "py/numpy/core/__init__.py", line 22, in <module>
>     from . import _internal  # for freeze programs
>   File "py/numpy/core/_internal.py", line 14, in <module>
>     import ctypes
>   File "/usr/lib64/python3.4/ctypes/__init__.py", line 541, in <module>
>     _reset_cache()
>   File "/usr/lib64/python3.4/ctypes/__init__.py", line 280, in _reset_cache
>     CFUNCTYPE(c_int)(lambda: None)
> MemoryError
> ---
>  policy/modules/system/selinuxutil.te | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/policy/modules/system/selinuxutil.te b/policy/modules/system/selinuxutil.te
> index 13213552..6380a62a 100644
> --- a/policy/modules/system/selinuxutil.te
> +++ b/policy/modules/system/selinuxutil.te
> @@ -484,7 +484,7 @@ allow semanage_t policy_src_t:dir search;
>  filetrans_pattern(semanage_t, selinux_config_t, semanage_store_t, dir, "modules")
>  
>  allow semanage_t semanage_tmp_t:dir manage_dir_perms;
> -allow semanage_t semanage_tmp_t:file manage_file_perms;
> +allow semanage_t semanage_tmp_t:file { manage_file_perms exec_file_perms };

use mmap_file_perms instead

>  files_tmp_filetrans(semanage_t, semanage_tmp_t, { file dir })
>  
>  kernel_read_system_state(semanage_t)
> -- 
> 2.12.2
> 
> _______________________________________________
> refpolicy mailing list
> refpolicy at oss.tresys.com
> http://oss.tresys.com/mailman/listinfo/refpolicy

-- 
Key fingerprint = 5F4D 3CDB D3F8 3652 FBD8  02D5 3B6C 5F1D 2C7B 6B02
https://sks-keyservers.net/pks/lookup?op=get&search=0x3B6C5F1D2C7B6B02
Dominick Grift
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
Url : http://oss.tresys.com/pipermail/refpolicy/attachments/20170508/f2ecb54b/attachment.bin 

  reply	other threads:[~2017-05-08 16:03 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-05-08 15:46 [refpolicy] [PATCH] system/selinuxutil: Allow semanage to execute its tmp files Luis Ressel
2017-05-08 16:03 ` Dominick Grift [this message]
2017-05-08 17:00   ` Luis Ressel

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=20170508160320.GD3701@julius \
    --to=dac.override@gmail.com \
    --cc=refpolicy@oss.tresys.com \
    /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.