Exec loging to stdout
Hello, I've added some user to the exec logging group and now i'm encountering strange behaviour while logging with his username.
Exec logs are printed to his stdout ! :
foobar login foo
password
The first thing that happens after i log in is, a bunch of exec logs (creating a new seasion ?)
This then happens for every command i execute....
Any idea ?
Exec logs are printed to his stdout ! :
foobar login foo
password
The first thing that happens after i log in is, a bunch of exec logs (creating a new seasion ?)
- Code: Select all
grsec: exec of /bin/cat (cat /etc/HOSTNAME ) by /bin/bash[bash:11084] uid/euid:1338/1338 gid/egid:100/100, parent /bin/bash[bash:29648] uid/euid:1338/1338 gid/egid:100/100
grsec: exec of /usr/bin/id (id -u ) by /bin/bash[bash:27374] uid/euid:1338/1338
gid/egid:100/100, parent /bin/bash[bash:15292] uid/euid:1338/1338 gid/egid:100/100
grsec: exec of /bin/dircolors (dircolors -b ) by /bin/bash[bash:6847] uid/euid:1338/1338 gid/egid:100/100, parent /bin/bash[bash:10329] uid/euid:1338/1338 gid/egid:100/100
grsec: chdir to /home/janez by /bin/dircolors[dircolors:6847] uid/euid:1338/1338 gid/egid:100/100, parent /bin/bash[bash:10329] uid/euid:1338/1338 gid/egid:100/100
....
This then happens for every command i execute....
Any idea ?