Actualizar directives.hdf
This commit is contained in:
104
directives.hdf
104
directives.hdf
@@ -1,53 +1,53 @@
|
|||||||
#Directives.hdf for HuronOS
|
#Directives.hdf for HuronOS | EagleCoders
|
||||||
|
|
||||||
system {
|
system {
|
||||||
hostname = "huronos-client"
|
hostname = "huronos-client"
|
||||||
timezone = "America/Mexico_City"
|
timezone = "America/Mexico_City"
|
||||||
keyboard_layout = "latam"
|
keyboard_layout = "latam"
|
||||||
language = "es_MX.UTF-8"
|
language = "es_MX.UTF-8"
|
||||||
}
|
}
|
||||||
|
|
||||||
desktop {
|
desktop {
|
||||||
wallpaper = "default"
|
wallpaper = "default"
|
||||||
allow_wallpaper_change = false
|
allow_wallpaper_change = false
|
||||||
}
|
}
|
||||||
|
|
||||||
network {
|
network {
|
||||||
allow_wifi = false
|
allow_wifi = false
|
||||||
allow_ethernet = true
|
allow_ethernet = true
|
||||||
firewall = true
|
firewall = true
|
||||||
}
|
}
|
||||||
|
|
||||||
storage {
|
storage {
|
||||||
allow_usb = false
|
allow_usb = false
|
||||||
allow_external_drives = false
|
allow_external_drives = false
|
||||||
}
|
}
|
||||||
|
|
||||||
applications {
|
applications {
|
||||||
allow_terminal = true
|
allow_terminal = true
|
||||||
allow_file_manager = true
|
allow_file_manager = true
|
||||||
|
|
||||||
whitelist = [
|
whitelist = [
|
||||||
"firefox",
|
"firefox",
|
||||||
"code",
|
"code",
|
||||||
"gedit",
|
"gedit",
|
||||||
"python3",
|
"python3",
|
||||||
"gcc"
|
"gcc"
|
||||||
]
|
]
|
||||||
|
|
||||||
blacklist = [
|
blacklist = [
|
||||||
"discord",
|
"discord",
|
||||||
"steam"
|
"steam"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
||||||
security {
|
security {
|
||||||
allow_root_login = false
|
allow_root_login = false
|
||||||
allow_sudo = false
|
allow_sudo = false
|
||||||
lock_system_settings = true
|
lock_system_settings = true
|
||||||
}
|
}
|
||||||
|
|
||||||
exam {
|
exam {
|
||||||
fullscreen_mode = true
|
fullscreen_mode = true
|
||||||
block_shortcuts = true
|
block_shortcuts = true
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user