- Code: Select all
g0n ~ # gradm -S
The RBAC system is currently enabled.
g0n ~ # grep RBAC /proc/$$/status
RBAC: admin:S:/
g0n ~ # cat /proc/sys/kernel/grsecurity/exec_logging
1
g0n ~ # cat /proc/sys/kernel/grsecurity/audit_chdir
1
g0n ~ #
Another terminal, where I am just root (I'm showing just part of unrelated tailf'd messages; this is a simple copy-paste):
- Code: Select all
Nov 7 14:28:40 g0n dhcpcd[17140]: eth1: removing route to 192.168.1.0/24
Nov 7 14:29:15 g0n smartd[3004]: Device: /dev/sda [SAT], SMART Prefailure Attribute: 1 Raw_Read_Error_Rate changed from 118 to 119
Nov 7 14:36:41 g0n dhcpcd[17140]: eth1: ignoring RA from fe80::1 (no public prefix, no managed address)
g0n log #
g0n log # date
Sat 7 Nov 14:41:46 CET 2015
g0n log # jobs
[1]+ Running tailf messages &
g0n log # date
Sat 7 Nov 14:48:10 CET 2015
g0n log # cd
g0n ~ # cd -
/var/log
g0n log # Nov 7 14:49:28 g0n postfix/tlsmgr[17805]: tlsmgr_cache_run_event: start TLS smtp session cache cleanup
g0n log #
It has always worked for me, the exec_logging and the audit_chdir.
It can be seen in other topics of mine, just one example:
crontab RBAC policy
viewtopic.php?f=5&t=4253
What could this be?
(I had searched forums for exec_logging and haven't found this mentioned.)