Compare commits
12 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a2acca450f | ||
|
|
670a8a99be | ||
|
|
f7aa728978 | ||
|
|
66959abc9a | ||
|
|
8aeeaf6a08 | ||
|
|
4a835c1477 | ||
|
|
4a4d51900f | ||
|
|
4196257ac4 | ||
|
|
91cfb37f6d | ||
|
|
e1da1ad60f | ||
|
|
c3e71dbf32 | ||
|
|
fd65630e7e |
2 changed files with 37 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
# setools
|
# setools 4.2.0
|
||||||
|
|
||||||
The setools package
|
Latest version of the setools package.
|
||||||
|
|
|
||||||
35
setools.yaml
Normal file
35
setools.yaml
Normal file
|
|
@ -0,0 +1,35 @@
|
||||||
|
---
|
||||||
|
document: modulemd
|
||||||
|
version: 2
|
||||||
|
data:
|
||||||
|
summary: Policy analysis tools for SELinux
|
||||||
|
description: >-
|
||||||
|
SETools is a collection of graphical tools, command-line tools, and Python modules
|
||||||
|
designed to facilitate SELinux policy analysis.
|
||||||
|
license:
|
||||||
|
module:
|
||||||
|
- MIT
|
||||||
|
dependencies:
|
||||||
|
- buildrequires:
|
||||||
|
platform: []
|
||||||
|
requires:
|
||||||
|
platform: []
|
||||||
|
profiles:
|
||||||
|
default:
|
||||||
|
description: Standard installation
|
||||||
|
rpms:
|
||||||
|
- setools-console
|
||||||
|
api:
|
||||||
|
rpms:
|
||||||
|
- python3-setools
|
||||||
|
- setools-console
|
||||||
|
components:
|
||||||
|
rpms:
|
||||||
|
setools:
|
||||||
|
rationale: Main component
|
||||||
|
ref: 4.2.0
|
||||||
|
|
||||||
|
policycoreutils:
|
||||||
|
rationale: latest version supporting the API of setools 4.2.0
|
||||||
|
ref: master
|
||||||
|
buildorder: 10
|
||||||
Loading…
Add table
Add a link
Reference in a new issue