Changeset 370


Ignore:
Timestamp:
Oct 30, 2011, 1:18:10 PM (13 years ago)
Author:
katerina
Message:

Fix for ticket #271 (conflict between prelink and suid check).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_suidchk.c

    r335 r370  
    11861186                 )
    11871187          {
     1188            int dummy;
     1189            int class;
     1190            unsigned long check_mask;
     1191
    11881192            theFile = SH_ALLOC(sizeof(file_type));
    11891193
     
    11941198            theFile->link_path   = NULL;
    11951199           
     1200            sh_files_search_file(tmpcat, &class,  &check_mask, &dummy);
     1201            if ((check_mask & MODI_PREL) != 0)
     1202              {
     1203                theFile->check_mask |= MODI_PREL;
     1204              }
     1205
    11961206            status = sh_unix_getinfo (ShDFLevel[SH_ERR_T_RO],
    11971207                                      dirlist->sh_d_name,
Note: See TracChangeset for help on using the changeset viewer.