Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:Leap:42.3:Update
star
star-1.5-xattr_security-capability.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File star-1.5-xattr_security-capability.patch of Package star
Index: star-1.5/star/star_unix.c =================================================================== --- star-1.5.orig/star/star_unix.c +++ star-1.5/star/star_unix.c @@ -623,10 +623,6 @@ setmodes(info) set_acls(info); #endif } -#ifdef USE_XATTR - if (doxattr) - set_xattr(info); -#endif #ifdef USE_FFLAGS if (dofflags && !asymlink) set_fflags(info); @@ -662,6 +658,12 @@ setmodes(info) } } } + +#ifdef USE_XATTR + if (doxattr) + set_xattr(info); +#endif + if (!nomtime && !is_dir(info) && !asymlink) { if (sutimes(info->f_name, info) < 0 && !didutimes) if (!errhidden(E_SETTIME, info->f_name)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor