mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-29 10:26:12 +01:00
Update comments
This commit is contained in:
parent
1d953fe809
commit
24e14f811f
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ from slpkg.messages import Msg
|
||||||
|
|
||||||
def pkg_security(pkgs):
|
def pkg_security(pkgs):
|
||||||
"""Check packages before install or upgrade for security
|
"""Check packages before install or upgrade for security
|
||||||
reasons"""
|
reasons. Configuration file in the /etc/slpkg/pkg_security"""
|
||||||
security_packages = Utils().read_file("/etc/slpkg/pkg_security")
|
security_packages = Utils().read_file("/etc/slpkg/pkg_security")
|
||||||
packages = []
|
packages = []
|
||||||
for read in security_packages.splitlines():
|
for read in security_packages.splitlines():
|
||||||
|
|
Loading…
Reference in a new issue