source: trunk/CVSROOT/afs-protections.sh @ 8831

Revision 8831, 833 bytes checked in by ghudson, 28 years ago (diff)
Correct typo in genacl.
  • Property svn:executable set to *
Line 
1#!/bin/sh
2
3genacl="write:source write read:source read adm:source la read:staff read"
4genacl="$genacl system:anyuser read"
5fascist="system:anyuser l"
6lessfascist="system:anyuser l system:authuser read"
7
8find . -type d -print | xargs fs sa -acl $genacl -clear -dir
9find athena/bin/lpr -type d -print | xargs fs sa -acl $fascist -dir
10find athena/bin/quota -type d -print | xargs fs sa -acl $fascist -dir
11find athena/bin/login -type d -print | xargs fs sa -acl $fascist -dir
12find athena/bin/write -type d -print | xargs fs sa -acl $fascist -dir
13find athena/bin/voldump -type d -print | xargs fs sa -acl $fascist -dir
14find athena/lib/gdss/lib -type d -print | xargs fs sa -acl $fascist -dir
15find athena/etc/synctree -type d -print | xargs fs sa -acl $lessfascist -dir
16find athena/etc/ftpd -type d -print | xargs fs sa -acl $fascist -dir
Note: See TracBrowser for help on using the repository browser.