1
0
Fork 1
mirror of https://gitlab.postmarketos.org/postmarketOS/pmbootstrap.git synced 2025-07-13 03:19:47 +03:00

Fix #107: Grsec check: read file in /proc as root

This commit is contained in:
Oliver Smith 2017-07-11 18:50:40 +02:00
parent d0ffe4879d
commit 34622368d9
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB
2 changed files with 5 additions and 5 deletions

View file

@ -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":