404

[ Avaa Bypassed ]




Upload:

Command:

elspacio@18.119.213.78: ~ $
#!/bin/sh
#
# Licensed under the GPLv2
#
# Copyright 2013 Red Hat, Inc.
# Peter Jones <pjones@redhat.com>

for x in /lib/modules/keys/* ; do
    [ "${x}" = "/lib/modules/keys/*" ] && break
    keyctl padd asymmetric "" @s < ${x}
done

Filemanager

Name Type Size Permission Actions
load-modsign-keys.sh File 234 B 0755
module-setup.sh File 728 B 0755