-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
sam bacha
authored
Sep 22, 2020
1 parent
b74ff3a
commit a7f1e42
Showing
4 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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." |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. ** | ||
** ███████████████████████████████████████████████████ ** | ||
********************************************************** | ||
|