File: control

package info (click to toggle)
policycoreutils 2.0.49-8
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 3,024 kB
  • ctags: 677
  • sloc: ansic: 5,535; python: 2,125; sh: 452; makefile: 436
file content (31 lines) | stat: -rw-r--r-- 1,573 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: policycoreutils
VCS-Git: git://git.debian.org/~srivasta/debian/policycoreutils.git
VCS-Browser: http://git.debian.org/git/?p=users/srivasta/debian/policycoreutils.git
Priority: standard
Section: utils
Maintainer: Russell Coker <russell@coker.com.au>
Uploaders: Manoj Srivastava <srivasta@debian.org>
Standards-Version: 3.8.0.1
Build-Depends: libselinux1-dev (>= 2.0.59), libpam0g-dev, libsepol1-dev (>= 2.0.25),
 file, gettext, libsemanage1-dev (>= 2.0.24), python-sepolgen

Package: policycoreutils
Architecture: any
Depends: ${shlibs:Depends}, python (>= 2.5), python-semanage, python-selinux, python-sepolgen (>=1.0.11-4)
Recommends: selinux-policy-default
Description: SELinux core policy utilities
 Security-enhanced Linux is a patch of the Linux® kernel and a number
 of utilities with enhanced security functionality designed to add
 mandatory access controls to Linux.  The Security-enhanced Linux
 kernel contains new architectural components originally developed to
 improve the security of the Flask operating system. These
 architectural components provide general support for the enforcement
 of many kinds of mandatory access control policies, including those
 based on the concepts of Type Enforcement®, Role-based Access Control,
 and Multi-level Security.
 .
 This package contains the core policy utilities that are required
 for basic operation of an SELinux system.  These utilities include
 load_policy to load policies, setfiles to label filesystems, newrole
 to switch roles, and run_init to run /etc/init.d scripts in the proper
 context.