summaryrefslogtreecommitdiff
path: root/sock.h
AgeCommit message (Expand)AuthorFilesLines
2016-12-10sock: change type of verbose parameter to set_sock_qdisc_bypass()Tobias Klauser1-1/+4
2015-06-18sock: Add dgram socket creation.Daniel Borkmann1-0/+1
2015-05-06sock: Fix capturing extra packets from other devVadim Kochan1-1/+0
2013-12-12trafgen: take advantage of PACKET_QDISC_BYPASS sock optionJesper Dangaard Brouer1-0/+1
2013-12-11trafgen: speedup TX only path by avoiding kernel packet_rcv() callJesper Dangaard Brouer1-0/+1
2013-06-04sock: add socket management functionsDaniel Borkmann1-0/+17
t.git/diff/.gitignore?id=db0a6fb5d97afe01fd9c47d37c6daa82d4d4001d&id2=7ffb8e317bae03b8ee5bdcec93dc3723be945e9b'>diff)
audit: add tty field to LOGIN event
The tty field was missing from AUDIT_LOGIN events. Refactor code to create a new function audit_get_tty(), using it to replace the call in audit_log_task_info() and to add it to audit_log_set_loginuid(). Lock and bump the kref to protect it, adding audit_put_tty() alias to decrement it. Signed-off-by: Richard Guy Briggs <rgb@redhat.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
Diffstat (limited to '.gitignore')