File: control

package info (click to toggle)
sepolgen 2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,976 kB
  • ctags: 750
  • sloc: python: 5,882; makefile: 59
file content (41 lines) | stat: -rw-r--r-- 1,733 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
32
33
34
35
36
37
38
39
40
41
Source: sepolgen
VCS-Git: https://anonscm.debian.org/git/selinux/sepolgen.git
VCS-Browser: https://anonscm.debian.org/gitweb/?p=selinux/sepolgen.git;a=summary
Priority: optional
Section: python
Maintainer: Debian SELinux maintainers <selinux-devel@lists.alioth.debian.org>
Uploaders: Manoj Srivastava <srivasta@debian.org>,
           Russell Coker <russell@coker.com.au>
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9),
               dh-python,
               python3 (>= 3.2),
               python3-selinux (>= 2.6),
               python3-setools (>= 4.0)
X-Python3-Version: >= 3.2
Homepage: http://userspace.selinuxproject.org/

Package: python3-sepolgen
Architecture: all
Depends: checkpolicy (>= 2.6),
         make,
         python3-selinux (>= 2.6),
         python3-setools (>= 4.0),
         ${misc:Depends},
         ${python3:Depends}
Recommends: selinux-policy-dev
Breaks: python-sepolgen (<< 2.6)
Replaces: python-sepolgen (<< 2.6)
Description: Python3 module used in SELinux policy generation
 This package contains a Python3 module that forms the core of the modern
 audit2allow (which is a part of the package policycoreutils).
 .
 The sepolgen library is structured to give flexibility to the application
 using it. The library contains: Reference Policy Representation,
 which are Objects for representing policies and the reference policy
 interfaces. Secondly, it has objects and algorithms for representing
 access and sets of access in an abstract way and searching that
 access. It also has a parser for reference policy "headers". It
 contains infrastructure for parsing SELinux related messages as
 produced by the audit system. It has facilities for generating policy
 based on required access.