Bug 743155

Summary: fuse: setuid binaries need to be position independent
Product: [openSUSE] openSUSE 12.2 Reporter: Ludwig Nussel <lnussel>
Component: OtherAssignee: Forgotten User sLJ7K2dvxj <forgotten_sLJ7K2dvxj>
Status: RESOLVED FIXED QA Contact: E-mail List <qa-bugs>
Severity: Normal    
Priority: P5 - None CC: forgotten_sLJ7K2dvxj, security-team
Version: Factory   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Found By: --- Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---
Bug Depends on:    
Bug Blocks: 744091    

Description Ludwig Nussel 2012-01-24 15:51:22 UTC
fuse triggered the rpmlint check
"non-position-independent-executable" which means there are one or
more binaries that need to be compiled as position independent
executable.

To fix the issue add -fPIE to CFLAGS and -pie to LDFLAGS of the
binaries in question.
Comment 1 Bernhard Wiedemann 2012-01-25 21:00:10 UTC
This is an autogenerated message for OBS integration:
This bug (743155) was mentioned in
https://build.opensuse.org/request/show/101560 Factory / fuse
Comment 2 Forgotten User sLJ7K2dvxj 2012-01-26 13:26:35 UTC
fixed