just wanted to let you know that if you have a too strict RBAC configuration for a role, such as:
--
role someuser u
subject /
/ h
--
(well it had a bit more, but anyway)
Then you get a nice:
Unable to handle kernel NULL pointer dereference at virtual address 0000000c
blablabla
(seems easy to reproduce so not full output pasted)
I guess it assumes that it can use some /dev (and /lib?) stuff.
Hm, both 'gradm -a admin' and 'gradm -D' seem to hang now, perhaps due to that little panic/oops of a while ago, I don't know.. Ehm.. fun.. :/
- Code: Select all
root 7365 0.0 0.1 3016 644 ? DL 18:49 0:00 gradm -a admin
root 16076 0.0 0.1 3012 640 ? DL 18:50 0:00 gradm -a admin
root 21960 0.0 0.1 3012 636 ? DL 18:52 0:00 gradm -D
root 23352 0.0 0.1 3016 640 ? DL 18:55 0:00 gradm -a admin
syzop 21769 0.0 0.1 2996 640 pts/5 DL 18:55 0:00 /sbin/gradm -a admin
(note that 4 of the 5 gradm -a/gradm -D terminals were closed minutes ago).
Any hints? I'm also afraid that if I would try rebooting the reboot would fail due to insufficient privileges.