seclevels.toml
Contains an array of seclevel
lives in the data path
NOTE: Level 10 is the default level and should be defined. Level 99 is the Sysop level and should also be defined.
Example:
[[seclevel]]
level = 10
name = "New User"
timeout = 15
time = 120
- level the security level
- name a name for the security level
- timeout the number of minutes a user of this security can idle before being booted
- time the number of minutes a user of this security level has per day
- visible true if user is visible in the call log, false if not.