Skip to content

Commit

Permalink
GDPR Update (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam bacha authored Sep 22, 2020
1 parent b74ff3a commit a7f1e42
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
15 changes: 15 additions & 0 deletions banners/NIST
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@

This system is for the use of authorized users only.
Individuals using this computer system without
authority, or in excess of their authority, are subject
to having all of their activities on this system
monitored and recorded by system personnel. In the
course of monitoring individuals improperly using this
system, or in the course of system maintenance, the
activities of authorized users may also be monitored.
Anyone using this system expressly consents to such
monitoring and is advised that if such monitoring
reveals possible evidence of criminal activity, system
personnel may provide the evidence of such monitoring
to law enforcement officials.

25 changes: 25 additions & 0 deletions banners/connect.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
#!/bin/bash
VERSION=6.0.1

banner()
{
echo "+------------------------------------------+"
printf "Freight Trust Network" "$VERSION"
printf "| %-40s |\n" "`date`"
echo "| |"
printf "|`tput bold` %-40s `tput sgr0`|\n" "$@"
echo "+------------------------------------------+"
}

banner "Connecting to the Network"
sleep 3

banner "Verifying Credentials "

sleep 4

banner "Authenticating with Network Pool..."

sleep 5

banner "Finished."
11 changes: 11 additions & 0 deletions banners/legal_banner_simple
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!-- LEGAL BANNER NOTIFICATION -->


UNAUTHORIZED ACCESS TO THIS DEVICE IS PROHIBITED

You must have explicit, authorized permission to access or configure this device.
Unauthorized attempts and actions to access or use this system may result in civil and/or
criminal penalties.

All activities performed on this device are logged and monitored.
End users in the E.U. can contact our designated data contact for GDPR matters
11 changes: 11 additions & 0 deletions banners/network_banner
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@


**********************************************************
** ████████████████████████████████████████████████████ **
** THIS IS A NOTICE OF NETWORK MONITORING **
** NETWORK USAGE FOR AUTHORIZED USERS ONLY **
** IF YOU ARE PHYSICALLY LOCATED IN THE E.U. **
** YOU MAY HAVE ADDITIONAL RIGHTS PER GDPR. **
** ███████████████████████████████████████████████████ **
**********************************************************

0 comments on commit a7f1e42

Please sign in to comment.