]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r335287, r335290
authorasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Aug 2018 14:36:29 +0000 (14:36 +0000)
committerasomers <asomers@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Fri, 3 Aug 2018 14:36:29 +0000 (14:36 +0000)
commit15b973cffaf77db8ce69819d1bdf6436c2fd8744
treeebc53f03a932b344a81ea9b0943dfdb3712af94a
parent05a65e594184a27fb423197c96537328ea51ded1
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@337256 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
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]