forked from sig_core/toolkit
6 lines
121 B
Bash
6 lines
121 B
Bash
|
#!/bin/bash
|
||
|
r_log "selinux" "Install selinux toolset"
|
||
|
|
||
|
# Shouldn't change in 9
|
||
|
p_installPackageNormal python3-libselinux
|