1# 2# This file and its contents are supplied under the terms of the 3# Common Development and Distribution License ("CDDL"), version 1.0. 4# You may only use this file in accordance with the terms of version 5# 1.0 of the CDDL. 6# 7# A full copy of the text of the CDDL should have accompanied this 8# source. A copy of the CDDL is also available via the Internet at 9# http://www.illumos.org/license/CDDL. 10# 11 12# 13# Copyright 2024 RackTop Systems, Inc. 14# 15 16set name=pkg.fmri value=pkg:/system/test/libsectest@$(PKGVERS) 17set name=pkg.summary value="Libsec Unit Test Suite" 18set name=pkg.description value="Unit Tests for libsec" 19set name=info.classification \ 20 value=org.opensolaris.category.2008:Development/System 21set name=variant.arch value=$(ARCH) 22dir path=opt/libsec-tests 23dir path=opt/libsec-tests/bin 24file path=opt/libsec-tests/bin/acl_fromtext mode=0555 25file path=opt/libsec-tests/bin/acl_totext mode=0555 26file path=opt/libsec-tests/bin/libsectest mode=0555 27dir path=opt/libsec-tests/runfiles 28file path=opt/libsec-tests/runfiles/default.run mode=0444 29dir path=opt/libsec-tests/tests 30file path=opt/libsec-tests/tests/acltext_common mode=0555 31dir path=opt/libsec-tests/tests/fromtext 32file path=opt/libsec-tests/tests/fromtext/acl_fromtext_0 mode=0555 33file path=opt/libsec-tests/tests/fromtext/acl_fromtext_1 mode=0555 34file path=opt/libsec-tests/tests/fromtext/acl_fromtext_2 mode=0555 35file path=opt/libsec-tests/tests/fromtext/acl_fromtext_3 mode=0555 36file path=opt/libsec-tests/tests/fromtext/acl_fromtext_4 mode=0555 37file path=opt/libsec-tests/tests/fromtext/acl_fromtext_5 mode=0555 38file path=opt/libsec-tests/tests/fromtext/acl_fromtext_6 mode=0555 39file path=opt/libsec-tests/tests/fromtext/acl_fromtext_7 mode=0555 40dir path=opt/libsec-tests/tests/totext 41file path=opt/libsec-tests/tests/totext/acl_totext_0 mode=0555 42file path=opt/libsec-tests/tests/totext/acl_totext_1 mode=0555 43file path=opt/libsec-tests/tests/totext/acl_totext_2 mode=0555 44file path=opt/libsec-tests/tests/totext/acl_totext_3 mode=0555 45file path=opt/libsec-tests/tests/totext/acl_totext_4 mode=0555 46file path=opt/libsec-tests/tests/totext/acl_totext_5 mode=0555 47file path=opt/libsec-tests/tests/totext/acl_totext_6 mode=0555 48file path=opt/libsec-tests/tests/totext/acl_totext_7 mode=0555 49license lic_CDDL license=lic_CDDL 50depend type=require fmri=system/test/testrunner 51