| Server IP : 20.75.53.88 / Your IP : 216.73.217.138 [ Web Server : Apache System : Linux VMRALP-3 4.4.0-256-generic #290~14.04.1-Ubuntu SMP Thu Jun 20 09:24:50 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29+esm15 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, Domains : 3 Domains MySQL : ON | cURL : OFF | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /snap/core/17284/usr/bin/ |
Upload File : |
#!/bin/sh
# Author: Jamie Strandboge <jamie@ubuntu.com>
# Copyright (C) 2015 Canonical Ltd.
#
# This script is distributed under the terms and conditions of the GNU General
# Public License, Version 3 or later. See http://www.gnu.org/copyleft/gpl.html
# for details.
set -e
cat <<EOM
This script has been replaced by snappy-debug. Please use:
$ sudo snappy install snappy-debug
$ sudo snappy-debug.security scanlog
Alternatively, you can use 'scmp_sys_resolver' to resolve syscall numbers. Eg:
$ scmp_sys_resolver 108
getegid
You must use scmp_sys_resolver on the same architecture as the device where the
seccomp denial was logged.
EOM
logfile="/var/log/syslog"
usage() {
cat <<EOM
Usage: `basename $0` <logfile>
If <logfile> is unspecified, use '$logfile'. If <logfile> is '-', use <stdin>.
EOM
}