Files
rmps/docs/enum_codes

17 lines
904 B
Plaintext

# Error codes
100:CONF_DIR_MISSING:"Config directory %s is missing!"
101:CONF_DIR_PERM:"Config dir %s cannot be accessed, check permissions!"
102:CONF_DIR_NOTDIR:"It appears that %s is a file. Should be a directory!"
103:CONF_MISSING:"Config file %s is missing!"
104:CONF_PERM:"Config file %s cannot be accessed, check permissions!"
105:CONF_NOTFILE:"It appears that %s is not a regular file!"
106:CONF_NOT_READABLE:"Config file %s is not readable!"
# Warning codes
200:CONF_DIR_GUI_INSECURE:"Insecure group for %s. Should be 'rmps'!"
201:CONF_DIR_UID_INSECURE:"Insecure owner for %s. Should be 'root'!"
202:CONF_DIR_PERM_INSECURE:"Insecure global permissions for %s. Should be 0770!"
203:CONF_FILE_GID_INSECURE:"Insecure group for %s. Should be 'rmps'!"
204:CONF_FILE_UID_INSECURE:"Insecure owner for %s. Should be 'root'!"
205:CONF_FILE_PERM_INSECURE:"Insecure global permissions %s. Should be 0660!"