components/sudo/sudo.p5m
changeset 1830 93243cb310c5
parent 1251 f1fb66b52f41
child 1948 2d1537e7942d
equal deleted inserted replaced
1829:e207eef6b403 1830:93243cb310c5
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 
    23 
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    24 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
    25 
    25 
    26 set name=pkg.fmri value=pkg:/security/sudo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    26 set name=pkg.fmri value=pkg:/security/sudo@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
    27 set name=pkg.summary value="sudo - tool to allow certain tasks to be run as root by ordinary users"
    27 set name=pkg.summary value="sudo - tool to allow certain tasks to be run as root by ordinary users"
    28 set name=com.oracle.info.description value="the sudo utility"
    28 set name=com.oracle.info.description value="the sudo utility"
    29 set name=com.oracle.info.tpno value=12745
    29 set name=com.oracle.info.tpno value=16733
    30 set name=info.classification \
    30 set name=info.classification \
    31 	value="org.opensolaris.category.2008:Applications/System Utilities"
    31 	value="org.opensolaris.category.2008:Applications/System Utilities"
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    32 set name=info.upstream-url value=$(COMPONENT_PROJECT_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    33 set name=info.source-url value=$(COMPONENT_ARCHIVE_URL)
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    34 set name=org.opensolaris.consolidation value=$(CONSOLIDATION)
    40 file path=etc/sudoers original_name=SUNWsudo:etc/sudoers overlay=allow \
    40 file path=etc/sudoers original_name=SUNWsudo:etc/sudoers overlay=allow \
    41 	preserve=true mode=0440 group=root
    41 	preserve=true mode=0440 group=root
    42 file path=usr/bin/sudo mode=4511
    42 file path=usr/bin/sudo mode=4511
    43 file path=usr/bin/sudoreplay mode=0511
    43 file path=usr/bin/sudoreplay mode=0511
    44 file path=usr/include/sudo_plugin.h
    44 file path=usr/include/sudo_plugin.h
    45 file path=usr/lib/sudo/sudoers.so
    45 # pkglint complains about sudoers.so since it thinks that it is 64bit library
       
    46 # in 32bit path. But since this is sudo module rather than generic *.so library
       
    47 # we are free to have it there. We just need to silence the warning.
       
    48 file path=usr/lib/sudo/sudoers.so pkg.linted.userland.action001.2=true
    46 file path=usr/sbin/visudo mode=0511
    49 file path=usr/sbin/visudo mode=0511
    47 file path=usr/share/doc/sudo/ChangeLog
    50 file path=usr/share/doc/sudo/ChangeLog
    48 file path=usr/share/doc/sudo/HISTORY
    51 file path=usr/share/doc/sudo/HISTORY
    49 file path=usr/share/doc/sudo/LICENSE
    52 file path=usr/share/doc/sudo/LICENSE
    50 file path=usr/share/doc/sudo/NEWS
    53 file path=usr/share/doc/sudo/NEWS