HEX
Server: Apache/2.4.63 (Unix)
System: Linux TOMS-220NAS 4.4.302+ #86009 SMP Wed Nov 26 18:19:17 CST 2025 x86_64
User: flavio87 (1026)
PHP: 8.3.27
Disabled: NONE
Upload Files
File: //etc.defaults/syslog-ng/patterndb.d/auth.conf
filter f_auth { facility(auth) and level(warn..emerg); };
filter f_authpriv { facility(authpriv); };
destination d_auth { file("/var/log/auth.log" owner("root") group("log") perm(0640)); };
log { source(src); filter(f_auth); destination(d_auth); };
log { source(src); filter(f_authpriv); destination(d_auth); };