changeset 24:eab9ad213a69

implemented script to restore acls.
author Robert McIntyre <rlm@mit.edu>
date Thu, 10 Jan 2013 12:49:52 +0000
parents 4d1bc23e4d09
children d956ace7380e
files src/restore-acls.sh
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/restore-acls.sh	Thu Jan 10 12:49:52 2013 +0000
     1.3 @@ -0,0 +1,3 @@
     1.4 +#!/bin/sh
     1.5 +
     1.6 +(cd / && setfacl --restore=/etc/acls)