Difference between revisions of "Acceptable Usage Policy Script"

From CDOT Wiki
Jump to: navigation, search
(Created page with ' #!/bin/bash zenity --title "Westminster Computer Lab Usage Policy" --question --text "By clicking OK, I agree to abide by the following\nAcceptable Use Policy for the Westmi…')
 
(No difference)

Latest revision as of 12:16, 22 June 2011

#!/bin/bash

zenity --title "Westminster Computer Lab Usage Policy"  --question --text "By clicking OK, I agree to abide by the following\nAcceptable Use Policy for the Westminster United Church Computer Lab:

  » No viewing or downloading offensive or
     sexually explicit material.

  » No illegal activity allowed on this premises.

  » Users shall not copy or use copyrighted media
    (including text, audio, video, software, etc)
     except as permitted by law or by the owner
     of the copyright.

Please click OK within the next 20 seconds,
or CANCEL to logout..." --timeout=20 --window-icon=/home/msaul/Westminsterfront_small.png || gnome-session-save --force-logout