Bug ID | 915928 |
---|---|
Summary | some patches fail when /var/tmp dir is mounted noexec |
Classification | openSUSE |
Product | openSUSE Distribution |
Version | 13.2 |
Hardware | Other |
OS | openSUSE 13.2 |
Status | NEW |
Severity | Minor |
Priority | P5 - None |
Component | Maintenance |
Assignee | bnc-team-screening@forge.provo.novell.com |
Reporter | roeland.jansen@snow.nl |
QA Contact | qa-bugs@suse.de |
Found By | --- |
Blocker | --- |
Created attachment 621686 [details]
full console output
for security reasons both /tmp and /var/tmp have been mounted noexec.
some patches are not able to end up OK (examples follow):
Output of java-1_7_0-openjdk-headless-1.7.0.75-4.1.x86_64.rpm %posttrans
script:
/bin/sh:
/var/tmp/posttransrpwtrg/java-1_7_0-openjdk-headless-1.7.0.75-4.1.x86_64.rpmXwurXW:
Permission denied
Warning: java-1_7_0-openjdk-headless-1.7.0.75-4.1.x86_64.rpm %posttrans script
failed (returned 126)
Output of lvm2-2.02.98-43.13.1.x86_64.rpm %posttrans script:
/bin/sh: /var/tmp/posttransrpwtrg/lvm2-2.02.98-43.13.1.x86_64.rpmvx3bJf:
Permission denied
Warning: lvm2-2.02.98-43.13.1.x86_64.rpm %posttrans script failed (returned
126)
if I remount exec; patch, all will be OK. See for full details the attachment.