Compare commits
17 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4524942455 | ||
|
|
0865df4b84 | ||
|
|
690dd4bb54 | ||
|
|
569095f7cb | ||
|
|
ec31a6d713 | ||
|
|
d9a6ee655f | ||
|
|
9527cb1a0b | ||
|
|
83a7f191cb | ||
|
|
bdcd88fa26 | ||
|
|
20d2be01d5 | ||
|
|
a3aaaa669b | ||
|
|
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
|
||||||
|
|
||||||
|
policycoreutils:
|
||||||
|
rationale: latest version supporting the API of setools 4.2
|
||||||
|
ref: master
|
||||||
|
buildorder: 10
|
||||||
Loading…
Add table
Add a link
Reference in a new issue