#! /bin/bash
# 
# ch_suid_guid.sh 0.1 2004/12/8 18:49:26 (Rafal Zajac)
#
# Script to change defauld sgid and suid file permissions in
# Slackware 10
#
# Downloaded from http://www.slackware.prv.pl
#
# Copyright (C) 2004 Rafal Zajac <rzajac{at}gmail{dot}com>
# Released under the GPL v2 only.

chmod a-s /usr/bin/at
chmod a-s /usr/bin/rcp
chmod a-s /usr/bin/rsh
chmod a-s /usr/bin/chfn
chmod a-s /usr/bin/chsh
chmod a-s /usr/bin/crontab
chmod a-s /usr/bin/chage
chmod a-s /usr/bin/expiry
chmod a-s /usr/bin/rlogin
chmod a-s /usr/sbin/utempter

#end

