|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - downloadIndex: T s
Length: 532 (0x214) Types: TextFile Names: »stop.make«
└─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen └─⟦3da311d67⟧ »./cops/1.04/cops_104.tar.Z« └─⟦6a2577110⟧ └─⟦4f9d7c866⟧ Bits:30007245 EUUGD6: Sikkerheds distributionen └─⟦6a2577110⟧ »./cops/1.04/cops_104.tar« └─⟦this⟧ »cops_104/extra_src/stop.make«
#! /bin/sh # stop.make 1.0 Allen-Bradley D818 Michael Reynolds 9-17-91 # # Creates a stop file from the current suid and sgid programs on the system. # You need to be in the cops directory to run this. # SECURE=`grep 'SECURE=' suid.chk | cut -f2 -d=` STOPFILE=`grep 'STOP=' suid.chk | cut -f2 -d=` SEARCH=`grep 'SEARCH=' suid.chk | cut -f2 -d=` # # # Replace with any options you like, of course.... (dan) # find $SEARCH \( -perm -4000 -o -perm -2000 \) -fstype 4.2 ! -type d -exec /bin/ls -lgad {} \; > $STOPFILE