mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Add package security
This commit is contained in:
parent
83cb2500b8
commit
d9623d5d71
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ from slpkg.messages import Msg
|
|||
from slpkg.blacklist import BlackList
|
||||
from slpkg.downloader import Download
|
||||
from slpkg.dialog_box import DialogUtil
|
||||
from slpkg.security import pkg_security
|
||||
from slpkg.__metadata__ import MetaData as _meta_
|
||||
|
||||
from slpkg.pkg.find import find_package
|
||||
|
@ -54,6 +55,7 @@ class SBoNetwork(object):
|
|||
"""
|
||||
def __init__(self, name, flag):
|
||||
self.name = name
|
||||
pkg_security([self.name])
|
||||
self.flag = flag
|
||||
self.meta = _meta_
|
||||
self.msg = Msg()
|
||||
|
|
Loading…
Add table
Reference in a new issue