forked from Mirror/pmbootstrap
Fix #107: Grsec check: read file in /proc as root
This commit is contained in:
parent
d0ffe4879d
commit
34622368d9
2 changed files with 5 additions and 5 deletions
|
@ -48,7 +48,7 @@ def main():
|
|||
# Wrap everything to display nice error messages
|
||||
try:
|
||||
# Sanity check
|
||||
pmb.helpers.other.check_grsec()
|
||||
pmb.helpers.other.check_grsec(args)
|
||||
|
||||
# Initialize or require config
|
||||
if args.action == "init":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue