summaryrefslogtreecommitdiff
path: root/lib/prtverify/30_suid_sgid.awk
blob: 161dd2b56142195ca3e7f941e417dc6208377349 (plain)
    1 #
    2 # 30_suid_sgid.awk
    3 #
    4 # Version 0.1 - 2006-07-24
    5 # Jürgen Daubert <jue at jue dot li> 
    6 
    7 
    8 loglevel_ok(INFO) && FILENAME ~ FOOTPRINT {
    9 
   10     if ($1 ~ /^...s....../)
   11         perror(INFO, "suid file found: " $3)
   12 
   13     if ($1 ~ /^......s.../)
   14         perror(INFO, "sgid file found: " $3)
   15 }

Generated by cgit