hardened malloc. networking + firewall. json based config.
This commit is contained in:
28
config/config.json
Normal file
28
config/config.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"hostname": "linuxhost",
|
||||
"timezone": "America/Denver",
|
||||
"root_password": "password",
|
||||
"locale":"en_US.UTF-8",
|
||||
"users": [
|
||||
{
|
||||
"username": "user1",
|
||||
"password": "password1"
|
||||
},
|
||||
{
|
||||
"username": "user2",
|
||||
"password": "password2"
|
||||
}
|
||||
],
|
||||
"packages": [
|
||||
"htop",
|
||||
"git",
|
||||
"ffmpeg",
|
||||
"vlc",
|
||||
"pciutils",
|
||||
"usbutils"
|
||||
],
|
||||
"profile":[],
|
||||
"allowed_dns":[],
|
||||
"allowed_host":[]
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user