Ignore:
Timestamp:
Feb 25, 2011, 9:26:54 PM (13 years ago)
Author:
Bruno Cornec
Message:
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.9/mindi-busybox/selinux/Config.in

    r1765 r2725  
     1# DO NOT EDIT. This file is generated from Config.src
    12#
    23# For a description of the syntax of this configuration file,
     
    45#
    56
    6 menu "Selinux Utilities"
     7menu "SELinux Utilities"
    78    depends on SELINUX
     9
     10
    811
    912config CHCON
     
    1720    bool "Enable long options"
    1821    default y
    19     depends on CHCON && GETOPT_LONG
     22    depends on CHCON && LONG_OPTS
    2023    help
    2124      Support long options for the chcon applet.
     
    6871    bool "Enable long options"
    6972    default y
    70     depends on RUNCON && GETOPT_LONG
     73    depends on RUNCON && LONG_OPTS
    7174    help
    7275      Support long options for the runcon applet.
     
    105108      the specified binary policy) for setfiles. Requires libsepol.
    106109
     110config SETSEBOOL
     111    bool "setsebool"
     112    default n
     113    depends on SELINUX
     114    help
     115      Enable support for change boolean.
     116      semanage and -P option is not supported yet.
     117
     118config SESTATUS
     119    bool "sestatus"
     120    default n
     121    depends on SELINUX
     122    help
     123      Displays the status of SELinux.
     124
    107125endmenu
    108 
Note: See TracChangeset for help on using the changeset viewer.