Codebase list debian-goodies / 1287a70
Remove ending / as this does not fix the false positive Javier Fernandez-Sanguino 12 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
283283 if f.startswith('/run/'):
284284 return 0
285285 # Or about files under /drm
286 if f.startswith('/drm/'):
286 if f.startswith('/drm'):
287287 return 0
288288 # Or about files under /var/tmp
289289 if f.startswith('/var/tmp/'):