Summary: | media-video/mplayer is killed by pax on non-hardened profile | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Agostino Sarubbo <ago> |
Component: | Current packages | Assignee: | Gentoo Media-video project <media-video> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | hardened, nikoli |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Agostino Sarubbo
![]() Disable mmx on libmpg123 see bug #164504 Retest with mmx of on libmpg123 (In reply to Magnus Granberg from comment #1) > Disable mmx on libmpg123 see bug #164504 > Retest with mmx of on libmpg123 Same result. Which mplayer video output and video driver you are using? opengl apps do not work without pax marking with nouveau driver bug #383989 Why you are using pax enabled kernel with non hardened profile?! hardened-sources may kill any bin, which is not compiled by hardened toolchain. This is told in hardened handbook. (In reply to Nikoli from comment #3) > Which mplayer video output and video driver you are using? opengl apps do > not work without pax marking with nouveau driver bug #383989 Intel > Why you are using pax enabled kernel with non hardened profile?! Why not? > hardened-sources may kill any bin, which is not compiled by hardened > toolchain. This is told in hardened handbook. Why hardened-sources should kill any bin? I don't guess so. For what are you saying grsecurity should be designed only for gentoo hardened... I see grsecurity enabled on the other distros which there isn't an hardened toolchain. (In reply to Agostino Sarubbo from comment #2) > (In reply to Magnus Granberg from comment #1) > > Disable mmx on libmpg123 see bug #164504 > > Retest with mmx of on libmpg123 > > > Same result. post the output then; if libmpg123 still has textrels you should post in the relevant bug (In reply to Agostino Sarubbo from comment #4) > > hardened-sources may kill any bin, which is not compiled by hardened > > toolchain. This is told in hardened handbook. > > Why hardened-sources should kill any bin? > I don't guess so. For what are you saying grsecurity should be designed only > for gentoo hardened... I see grsecurity enabled on the other distros which > there isn't an hardened toolchain. it has nothing to do with hardened toolchain; you can very well build pic shared libs with a standard toolchain, and this is actually gentoo policy recommendations. some packages provide heavily optimised asm that is not pic and this is exactly what you are hitting. as gentoo, we decide to provide choice and by default we chose the best for everyone: the fastest code. if you want to disallow non pic libraries (which is what you are doing with your grsec kernel but do not seem to understand the implications) without hardened profile then you are basically on your own and should be able to disable/mask the offending useflags. those are supposed to be masked on hardened profile for this very preceise reason. *** This bug has been marked as a duplicate of bug 164504 *** |