https://github.com/osquery/osquery logo
#kolide
Title
# kolide
j

John

08/08/2018, 4:27 PM
anyone run into
Will not autoload extension with unsafe directory permissions
when trying to autoload extensions? I cant find what that directory's perms should be.
c

clong

08/08/2018, 5:09 PM
chmod 755 works for me
also ensure the directory is owned by root
j

John

08/08/2018, 7:02 PM
Thanks, seems to have been the ownership.
3 Views