]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r335287, r335290
authorasomers <asomers@FreeBSD.org>
Wed, 11 Jul 2018 20:11:06 +0000 (20:11 +0000)
committerasomers <asomers@FreeBSD.org>
Wed, 11 Jul 2018 20:11:06 +0000 (20:11 +0000)
commit7a42a77e1cc0fc38146b80d2a04ae3c4aa13a6f2
treecf75f7401e7d771bbd7da18b33f3908fd267b166
parent206c0be2f9a05fc4ce0da341d928c9cad1b58cde
MFC r335287, r335290

r335287:
praudit(1): return 0 on success

Cherry pick https://github.com/openbsm/openbsm/commit/ed83bb3

Submitted by: aniketp
Reviewed by: rwatson, 0mp
Obtained from: OpenBSM
Sponsored by: Google, Inc. (GSoC 2018)
Pull Request: https://github.com/openbsm/openbsm/pull/32

r335290:
praudit(1): add tests

Submitted by: aniketp
X-MFC-With: 335287
Sponsored by: Google, Inc. (GSoC 2018)
Differential Revision: https://reviews.freebsd.org/D15751
16 files changed:
contrib/openbsm/bin/praudit/praudit.1
contrib/openbsm/bin/praudit/praudit.c
etc/mtree/BSD.tests.dist
usr.sbin/praudit/Makefile
usr.sbin/praudit/tests/Makefile [new file with mode: 0644]
usr.sbin/praudit/tests/input/corrupted [new file with mode: 0644]
usr.sbin/praudit/tests/input/del_comma [new file with mode: 0644]
usr.sbin/praudit/tests/input/del_underscore [new file with mode: 0644]
usr.sbin/praudit/tests/input/no_args [new file with mode: 0644]
usr.sbin/praudit/tests/input/numeric_form [new file with mode: 0644]
usr.sbin/praudit/tests/input/raw_form [new file with mode: 0644]
usr.sbin/praudit/tests/input/same_line [new file with mode: 0644]
usr.sbin/praudit/tests/input/short_form [new file with mode: 0644]
usr.sbin/praudit/tests/input/trail [new file with mode: 0644]
usr.sbin/praudit/tests/input/xml_form [new file with mode: 0644]
usr.sbin/praudit/tests/praudit_test.sh [new file with mode: 0644]