Issue1940

classification
Title: grsec: denied untrusted exec (due to file in world-writable directory)
Type: Severity: normal
Components: Any Versions: 2.7a2
Milestone:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: fwierzbicki Nosy List: amak, fwierzbicki, wbrana
Priority: Keywords:

Created on 2012-06-30.16:48:32 by wbrana, last changed 2013-02-20.00:15:26 by fwierzbicki.

Messages
msg7294 (view) Author: (wbrana) Date: 2012-06-30.16:48:32
Jython hg 6776:e4afcd777d1b is trying to execute file which is denied by grsec kernel

grsec: denied untrusted exec (due to file in world-writable directory) of /tmp/jffi1053116620639931277.tmp

Jython should create directory /tmp/jython-username and create and execute file in this directory
msg7307 (view) Author: Frank Wierzbicki (fwierzbicki) Date: 2012-07-02.00:38:42
This doesn't really sound like a Jython issue - probably you'd want to create a your own version of Jython's shell specific to grsec?
History
Date User Action Args
2013-02-20 00:15:26fwierzbickisetassignee: fwierzbicki
2013-02-20 00:15:13fwierzbickisetstatus: open -> closed
resolution: wont fix
2012-08-28 21:28:14amaksetnosy: + amak
2012-07-02 00:38:42fwierzbickisetnosy: + fwierzbicki
messages: + msg7307
2012-06-30 16:48:32wbranacreate