├── .gitignore ├── EXERCISECMDS.md ├── LICENSE ├── README.html ├── README.md ├── addPrefixSuffixToStartNodes.py ├── binaryProfiler.py ├── checkLibc.py ├── confine.py ├── constants.py ├── container.py ├── containerProfiler.py ├── containerTest.py ├── convertOldImageListToJson.py ├── createDockerList.py ├── createStats.py ├── cve.files ├── cve.to.syscall.manual ├── cve.to.vulntype.manual ├── cveToFile.json.type.csv └── cveToStartNodes.csv.validated ├── default.seccomp.json ├── dynAnalysisStressTest.py ├── extractDirectSyscalls.py ├── extractDockerImages.py ├── extractSysCalls.py ├── filterProfileToCve.py ├── finegrainProfileTest.py ├── go.syscalls ├── apm-server.syscalls ├── cheers.syscalls ├── consul.syscalls ├── express-gateway.syscalls ├── filebeat.syscalls ├── ghost.syscalls ├── gitlab-community-edition.syscalls ├── heartbeat.syscalls ├── hipache.syscalls ├── iojs.syscalls ├── kapacitor.syscalls ├── kibana.syscalls ├── metricbeat.syscalls ├── mongo-express.syscalls ├── mysql-enterprise-server.syscalls ├── nats-streaming.syscalls ├── nats.syscalls ├── node.syscalls ├── percona.syscalls ├── registry.syscalls ├── skaffolder-enterprise.syscalls ├── telegraf.syscalls ├── traefik.syscalls └── vault.syscalls ├── images.json ├── images.json.bak ├── images.json.raid ├── images.list ├── libc-callgraphs ├── glibc.2.23.callgraph ├── glibc.2.31.callgraph ├── glibc.callgraph └── musllibc.callgraph ├── other-callgraphs ├── libaio.callgraph.out ├── libasn1.callgraph.out ├── libcom_err.callgraph.out ├── libcrypto.callgraph.out ├── libcurl.callgraph.out ├── libexpat.callgraph.out ├── libffi.callgraph.out ├── libgmp.callgraph.out ├── libgnutls.callgraph.out ├── libgssapi.callgraph.out ├── libgssapi_krb5.callgraph.out ├── libhcrypto.callgraph.out ├── libheimbase.callgraph.out ├── libheimntlm.callgraph.out ├── libhogweed.callgraph.out ├── libhx509.callgraph.out ├── libidn.callgraph.out ├── libk5crypto.callgraph.out ├── libkeyutils.callgraph.out ├── libkrb5.callgraph.out ├── libkrb5support.callgraph.out ├── libncurses.callgraph.out ├── libnettle.callgraph.out ├── libnuma.callgraph.out ├── libp11-kit.callgraph.out ├── libpcre.callgraph.out ├── libperl.callgraph.out ├── libpython3.7m.callgraph.out ├── libroken.callgraph.out ├── libruby.callgraph.out ├── libsasl2.callgraph.out ├── libsqlite3.callgraph.out ├── libssl.callgraph.new.type.out ├── libssl.callgraph.out ├── libtasn1.callgraph.out ├── libunwind.callgraph.out ├── libuuid.callgraph.out ├── libwind.callgraph.out └── libz.callgraph.out ├── phpAnalysis.py ├── python-utils ├── binaryAnalysis.py ├── bpfKprobe.py ├── callfunctiongraph.py ├── containerTraceEbpf.py ├── dummyMonitor.py ├── execsnoop.py ├── forkstat.py ├── graph.py ├── monitoringTool.py ├── processMonitorFactory.py ├── syscall.py ├── sysdig.py └── util.py ├── sample.results ├── adminer.seccomp.json ├── adoptopenjdk.seccomp.json ├── alpine.seccomp.json ├── alt.seccomp.json ├── amazoncorretto.seccomp.json ├── amazonlinux.seccomp.json ├── anaconda.seccomp.json ├── apm-server.seccomp.json ├── bash.seccomp.json ├── bonita.seccomp.json ├── buildpack-deps.seccomp.json ├── cassandra.seccomp.json ├── celery.seccomp.json ├── centos.seccomp.json ├── cheers.seccomp.json ├── chronograf.seccomp.json ├── cirros.seccomp.json ├── clearlinux.seccomp.json ├── clojure.seccomp.json ├── consul.seccomp.json ├── container.language.stats.csv ├── container.stats.csv ├── convertigo.seccomp.json ├── couchbase.seccomp.json ├── couchdb.seccomp.json ├── crux.seccomp.json ├── db2-developer-c-edition.seccomp.json ├── debian.seccomp.json ├── django.seccomp.json ├── docker.seccomp.json ├── drupal.seccomp.json ├── eclipse-mosquitto.seccomp.json ├── elasticsearch.seccomp.json ├── elixir.seccomp.json ├── erlang.seccomp.json ├── euleros.seccomp.json ├── express-gateway.seccomp.json ├── fedora.seccomp.json ├── filebeat.seccomp.json ├── fluentd.seccomp.json ├── fsharp.seccomp.json ├── gazebo.seccomp.json ├── gcc.seccomp.json ├── geonetwork.seccomp.json ├── ghost.seccomp.json ├── gitlab-community-edition.seccomp.json ├── glassfish.seccomp.json ├── golang.seccomp.json ├── groovy.seccomp.json ├── haskell.seccomp.json ├── heartbeat.seccomp.json ├── hipache.seccomp.json ├── httpd.seccomp.json ├── hylang.seccomp.json ├── ibm-db2-warehouse-client-container.seccomp.json ├── ibm-db2-warehouse-dev.seccomp.json ├── ibm-db2-warehouse-ee.seccomp.json ├── ibm-security-access-manager.seccomp.json ├── ibm-websphere-liberty.seccomp.json ├── ibmjava.seccomp.json ├── influxdb.seccomp.json ├── intersystems-iris-data-platform.seccomp.json ├── iojs.seccomp.json ├── irssi.seccomp.json ├── java.seccomp.json ├── jenkins.seccomp.json ├── jetty.seccomp.json ├── jruby.seccomp.json ├── julia.seccomp.json ├── kaazing-gateway.seccomp.json ├── kapacitor.seccomp.json ├── kibana.seccomp.json ├── lightstreamer.seccomp.json ├── logstash.seccomp.json ├── mageia.seccomp.json ├── mariadb.seccomp.json ├── matomo.seccomp.json ├── mediawiki.seccomp.json ├── memcached.seccomp.json ├── metricbeat.seccomp.json ├── mongo.seccomp.json ├── mono.seccomp.json ├── mysql-enterprise-server.seccomp.json ├── mysql.seccomp.json ├── nats-streaming.seccomp.json ├── nats.seccomp.json ├── neo4j.seccomp.json ├── neurodebian.seccomp.json ├── nextcloud.seccomp.json ├── nginx.seccomp.json ├── node.seccomp.json ├── nuxeo.seccomp.json ├── odoo.seccomp.json ├── open-liberty.seccomp.json ├── openjdk.seccomp.json ├── opensuse.seccomp.json ├── oracle-database-enterprise-edition.seccomp.json ├── oracle-instant-client.seccomp.json ├── oracle-serverjre-8.seccomp.json ├── oraclelinux.seccomp.json ├── orientdb.seccomp.json ├── owncloud.seccomp.json ├── percona.seccomp.json ├── perl.seccomp.json ├── photon.seccomp.json ├── php-zendserver.seccomp.json ├── php.seccomp.json ├── piwik.seccomp.json ├── plone.seccomp.json ├── postfixadmin.seccomp.json ├── postgres.seccomp.json ├── profile.report.csv ├── profile.report.details.csv ├── pypy.seccomp.json ├── python.seccomp.json ├── r-base.seccomp.json ├── rabbitmq.seccomp.json ├── rails.seccomp.json ├── rakudo-star.seccomp.json ├── redis.seccomp.json ├── redmine.seccomp.json ├── registry.seccomp.json ├── rethinkdb.seccomp.json ├── ros.seccomp.json ├── ruby.seccomp.json ├── rust.seccomp.json ├── sematext-agent-monitoring-and-logging.seccomp.json ├── sitescope.seccomp.json ├── skaffolder-enterprise.seccomp.json ├── skopos.seccomp.json ├── sl.seccomp.json ├── softwareag-apigateway.seccomp.json ├── softwareag-commandcentral.seccomp.json ├── softwareag-webmethods-microservicesruntime.seccomp.json ├── solr.seccomp.json ├── sonarqube.seccomp.json ├── sourcemage.seccomp.json ├── swift.seccomp.json ├── swipl.seccomp.json ├── syscall.categorized.csv ├── telegraf.seccomp.json ├── tomcat.seccomp.json ├── tomee.seccomp.json ├── traefik.seccomp.json ├── ubuntu-debootstrap.seccomp.json ├── ubuntu-upstart.seccomp.json ├── ubuntu.seccomp.json ├── vault.seccomp.json ├── websphere-liberty.seccomp.json ├── wordpress.seccomp.json ├── xwiki.seccomp.json ├── yourls.seccomp.json └── zookeeper.seccomp.json ├── seccomp.py ├── sourceAnalysisInterface.py └── website ├── about.html ├── exercise4.html ├── images ├── about.png ├── installation.png ├── overview.png ├── step-by-step.png ├── step-by-step.test.png ├── step-by-step2.png ├── userguide.png └── userguide2.png ├── index.html ├── installationguide.html ├── mystyle.css ├── stepbystep.html ├── stepbystep21.html └── userguide.html /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/.gitignore -------------------------------------------------------------------------------- /EXERCISECMDS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/EXERCISECMDS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/LICENSE -------------------------------------------------------------------------------- /README.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/README.html -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/README.md -------------------------------------------------------------------------------- /addPrefixSuffixToStartNodes.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/addPrefixSuffixToStartNodes.py -------------------------------------------------------------------------------- /binaryProfiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/binaryProfiler.py -------------------------------------------------------------------------------- /checkLibc.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/checkLibc.py -------------------------------------------------------------------------------- /confine.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/confine.py -------------------------------------------------------------------------------- /constants.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/constants.py -------------------------------------------------------------------------------- /container.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/container.py -------------------------------------------------------------------------------- /containerProfiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/containerProfiler.py -------------------------------------------------------------------------------- /containerTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/containerTest.py -------------------------------------------------------------------------------- /convertOldImageListToJson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/convertOldImageListToJson.py -------------------------------------------------------------------------------- /createDockerList.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/createDockerList.py -------------------------------------------------------------------------------- /createStats.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/createStats.py -------------------------------------------------------------------------------- /cve.files/cve.to.syscall.manual: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/cve.files/cve.to.syscall.manual -------------------------------------------------------------------------------- /cve.files/cve.to.vulntype.manual: -------------------------------------------------------------------------------- 1 | CVE-2017-5123;{'Gain privileges'} 2 | -------------------------------------------------------------------------------- /cve.files/cveToFile.json.type.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/cve.files/cveToFile.json.type.csv -------------------------------------------------------------------------------- /cve.files/cveToStartNodes.csv.validated: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/cve.files/cveToStartNodes.csv.validated -------------------------------------------------------------------------------- /default.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/default.seccomp.json -------------------------------------------------------------------------------- /dynAnalysisStressTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/dynAnalysisStressTest.py -------------------------------------------------------------------------------- /extractDirectSyscalls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/extractDirectSyscalls.py -------------------------------------------------------------------------------- /extractDockerImages.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/extractDockerImages.py -------------------------------------------------------------------------------- /extractSysCalls.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/extractSysCalls.py -------------------------------------------------------------------------------- /filterProfileToCve.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/filterProfileToCve.py -------------------------------------------------------------------------------- /finegrainProfileTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/finegrainProfileTest.py -------------------------------------------------------------------------------- /go.syscalls/apm-server.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/apm-server.syscalls -------------------------------------------------------------------------------- /go.syscalls/cheers.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/cheers.syscalls -------------------------------------------------------------------------------- /go.syscalls/consul.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/consul.syscalls -------------------------------------------------------------------------------- /go.syscalls/express-gateway.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/express-gateway.syscalls -------------------------------------------------------------------------------- /go.syscalls/filebeat.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/filebeat.syscalls -------------------------------------------------------------------------------- /go.syscalls/ghost.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/ghost.syscalls -------------------------------------------------------------------------------- /go.syscalls/gitlab-community-edition.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/gitlab-community-edition.syscalls -------------------------------------------------------------------------------- /go.syscalls/heartbeat.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/heartbeat.syscalls -------------------------------------------------------------------------------- /go.syscalls/hipache.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/hipache.syscalls -------------------------------------------------------------------------------- /go.syscalls/iojs.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/iojs.syscalls -------------------------------------------------------------------------------- /go.syscalls/kapacitor.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/kapacitor.syscalls -------------------------------------------------------------------------------- /go.syscalls/kibana.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/kibana.syscalls -------------------------------------------------------------------------------- /go.syscalls/metricbeat.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/metricbeat.syscalls -------------------------------------------------------------------------------- /go.syscalls/mongo-express.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/mongo-express.syscalls -------------------------------------------------------------------------------- /go.syscalls/mysql-enterprise-server.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/mysql-enterprise-server.syscalls -------------------------------------------------------------------------------- /go.syscalls/nats-streaming.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/nats-streaming.syscalls -------------------------------------------------------------------------------- /go.syscalls/nats.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/nats.syscalls -------------------------------------------------------------------------------- /go.syscalls/node.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/node.syscalls -------------------------------------------------------------------------------- /go.syscalls/percona.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/percona.syscalls -------------------------------------------------------------------------------- /go.syscalls/registry.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/registry.syscalls -------------------------------------------------------------------------------- /go.syscalls/skaffolder-enterprise.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/skaffolder-enterprise.syscalls -------------------------------------------------------------------------------- /go.syscalls/telegraf.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/telegraf.syscalls -------------------------------------------------------------------------------- /go.syscalls/traefik.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/traefik.syscalls -------------------------------------------------------------------------------- /go.syscalls/vault.syscalls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/go.syscalls/vault.syscalls -------------------------------------------------------------------------------- /images.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/images.json -------------------------------------------------------------------------------- /images.json.bak: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/images.json.bak -------------------------------------------------------------------------------- /images.json.raid: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/images.json.raid -------------------------------------------------------------------------------- /images.list: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/images.list -------------------------------------------------------------------------------- /libc-callgraphs/glibc.2.23.callgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/libc-callgraphs/glibc.2.23.callgraph -------------------------------------------------------------------------------- /libc-callgraphs/glibc.2.31.callgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/libc-callgraphs/glibc.2.31.callgraph -------------------------------------------------------------------------------- /libc-callgraphs/glibc.callgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/libc-callgraphs/glibc.callgraph -------------------------------------------------------------------------------- /libc-callgraphs/musllibc.callgraph: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/libc-callgraphs/musllibc.callgraph -------------------------------------------------------------------------------- /other-callgraphs/libaio.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libaio.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libasn1.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libasn1.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libcom_err.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libcom_err.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libcrypto.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libcrypto.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libcurl.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libcurl.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libexpat.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libexpat.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libffi.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libffi.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libgmp.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libgmp.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libgnutls.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libgnutls.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libgssapi.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libgssapi.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libgssapi_krb5.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libgssapi_krb5.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libhcrypto.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libhcrypto.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libheimbase.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libheimbase.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libheimntlm.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libheimntlm.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libhogweed.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libhogweed.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libhx509.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libhx509.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libidn.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libidn.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libk5crypto.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libk5crypto.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libkeyutils.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libkeyutils.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libkrb5.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libkrb5.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libkrb5support.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libkrb5support.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libncurses.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libncurses.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libnettle.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libnettle.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libnuma.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libnuma.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libp11-kit.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libp11-kit.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libpcre.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libpcre.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libperl.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libperl.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libpython3.7m.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libpython3.7m.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libroken.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libroken.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libruby.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libruby.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libsasl2.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libsasl2.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libsqlite3.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libsqlite3.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libssl.callgraph.new.type.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libssl.callgraph.new.type.out -------------------------------------------------------------------------------- /other-callgraphs/libssl.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libssl.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libtasn1.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libtasn1.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libunwind.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libunwind.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libuuid.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libuuid.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libwind.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libwind.callgraph.out -------------------------------------------------------------------------------- /other-callgraphs/libz.callgraph.out: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/other-callgraphs/libz.callgraph.out -------------------------------------------------------------------------------- /phpAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/phpAnalysis.py -------------------------------------------------------------------------------- /python-utils/binaryAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/binaryAnalysis.py -------------------------------------------------------------------------------- /python-utils/bpfKprobe.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/bpfKprobe.py -------------------------------------------------------------------------------- /python-utils/callfunctiongraph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/callfunctiongraph.py -------------------------------------------------------------------------------- /python-utils/containerTraceEbpf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/containerTraceEbpf.py -------------------------------------------------------------------------------- /python-utils/dummyMonitor.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/dummyMonitor.py -------------------------------------------------------------------------------- /python-utils/execsnoop.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/execsnoop.py -------------------------------------------------------------------------------- /python-utils/forkstat.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/forkstat.py -------------------------------------------------------------------------------- /python-utils/graph.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/graph.py -------------------------------------------------------------------------------- /python-utils/monitoringTool.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/monitoringTool.py -------------------------------------------------------------------------------- /python-utils/processMonitorFactory.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/processMonitorFactory.py -------------------------------------------------------------------------------- /python-utils/syscall.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/syscall.py -------------------------------------------------------------------------------- /python-utils/sysdig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/sysdig.py -------------------------------------------------------------------------------- /python-utils/util.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/python-utils/util.py -------------------------------------------------------------------------------- /sample.results/adminer.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/adminer.seccomp.json -------------------------------------------------------------------------------- /sample.results/adoptopenjdk.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/adoptopenjdk.seccomp.json -------------------------------------------------------------------------------- /sample.results/alpine.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/alpine.seccomp.json -------------------------------------------------------------------------------- /sample.results/alt.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/alt.seccomp.json -------------------------------------------------------------------------------- /sample.results/amazoncorretto.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/amazoncorretto.seccomp.json -------------------------------------------------------------------------------- /sample.results/amazonlinux.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/amazonlinux.seccomp.json -------------------------------------------------------------------------------- /sample.results/anaconda.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/anaconda.seccomp.json -------------------------------------------------------------------------------- /sample.results/apm-server.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/apm-server.seccomp.json -------------------------------------------------------------------------------- /sample.results/bash.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/bash.seccomp.json -------------------------------------------------------------------------------- /sample.results/bonita.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/bonita.seccomp.json -------------------------------------------------------------------------------- /sample.results/buildpack-deps.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/buildpack-deps.seccomp.json -------------------------------------------------------------------------------- /sample.results/cassandra.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/cassandra.seccomp.json -------------------------------------------------------------------------------- /sample.results/celery.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/celery.seccomp.json -------------------------------------------------------------------------------- /sample.results/centos.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/centos.seccomp.json -------------------------------------------------------------------------------- /sample.results/cheers.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/cheers.seccomp.json -------------------------------------------------------------------------------- /sample.results/chronograf.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/chronograf.seccomp.json -------------------------------------------------------------------------------- /sample.results/cirros.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/cirros.seccomp.json -------------------------------------------------------------------------------- /sample.results/clearlinux.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/clearlinux.seccomp.json -------------------------------------------------------------------------------- /sample.results/clojure.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/clojure.seccomp.json -------------------------------------------------------------------------------- /sample.results/consul.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/consul.seccomp.json -------------------------------------------------------------------------------- /sample.results/container.language.stats.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sample.results/container.stats.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/container.stats.csv -------------------------------------------------------------------------------- /sample.results/convertigo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/convertigo.seccomp.json -------------------------------------------------------------------------------- /sample.results/couchbase.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/couchbase.seccomp.json -------------------------------------------------------------------------------- /sample.results/couchdb.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/couchdb.seccomp.json -------------------------------------------------------------------------------- /sample.results/crux.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/crux.seccomp.json -------------------------------------------------------------------------------- /sample.results/db2-developer-c-edition.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/db2-developer-c-edition.seccomp.json -------------------------------------------------------------------------------- /sample.results/debian.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/debian.seccomp.json -------------------------------------------------------------------------------- /sample.results/django.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/django.seccomp.json -------------------------------------------------------------------------------- /sample.results/docker.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/docker.seccomp.json -------------------------------------------------------------------------------- /sample.results/drupal.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/drupal.seccomp.json -------------------------------------------------------------------------------- /sample.results/eclipse-mosquitto.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/eclipse-mosquitto.seccomp.json -------------------------------------------------------------------------------- /sample.results/elasticsearch.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/elasticsearch.seccomp.json -------------------------------------------------------------------------------- /sample.results/elixir.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/elixir.seccomp.json -------------------------------------------------------------------------------- /sample.results/erlang.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/erlang.seccomp.json -------------------------------------------------------------------------------- /sample.results/euleros.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/euleros.seccomp.json -------------------------------------------------------------------------------- /sample.results/express-gateway.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/express-gateway.seccomp.json -------------------------------------------------------------------------------- /sample.results/fedora.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/fedora.seccomp.json -------------------------------------------------------------------------------- /sample.results/filebeat.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/filebeat.seccomp.json -------------------------------------------------------------------------------- /sample.results/fluentd.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/fluentd.seccomp.json -------------------------------------------------------------------------------- /sample.results/fsharp.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/fsharp.seccomp.json -------------------------------------------------------------------------------- /sample.results/gazebo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/gazebo.seccomp.json -------------------------------------------------------------------------------- /sample.results/gcc.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/gcc.seccomp.json -------------------------------------------------------------------------------- /sample.results/geonetwork.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/geonetwork.seccomp.json -------------------------------------------------------------------------------- /sample.results/ghost.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ghost.seccomp.json -------------------------------------------------------------------------------- /sample.results/gitlab-community-edition.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/gitlab-community-edition.seccomp.json -------------------------------------------------------------------------------- /sample.results/glassfish.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/glassfish.seccomp.json -------------------------------------------------------------------------------- /sample.results/golang.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/golang.seccomp.json -------------------------------------------------------------------------------- /sample.results/groovy.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/groovy.seccomp.json -------------------------------------------------------------------------------- /sample.results/haskell.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/haskell.seccomp.json -------------------------------------------------------------------------------- /sample.results/heartbeat.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/heartbeat.seccomp.json -------------------------------------------------------------------------------- /sample.results/hipache.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/hipache.seccomp.json -------------------------------------------------------------------------------- /sample.results/httpd.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/httpd.seccomp.json -------------------------------------------------------------------------------- /sample.results/hylang.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/hylang.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibm-db2-warehouse-client-container.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibm-db2-warehouse-client-container.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibm-db2-warehouse-dev.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibm-db2-warehouse-dev.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibm-db2-warehouse-ee.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibm-db2-warehouse-ee.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibm-security-access-manager.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibm-security-access-manager.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibm-websphere-liberty.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibm-websphere-liberty.seccomp.json -------------------------------------------------------------------------------- /sample.results/ibmjava.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ibmjava.seccomp.json -------------------------------------------------------------------------------- /sample.results/influxdb.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/influxdb.seccomp.json -------------------------------------------------------------------------------- /sample.results/intersystems-iris-data-platform.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/intersystems-iris-data-platform.seccomp.json -------------------------------------------------------------------------------- /sample.results/iojs.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/iojs.seccomp.json -------------------------------------------------------------------------------- /sample.results/irssi.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/irssi.seccomp.json -------------------------------------------------------------------------------- /sample.results/java.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/java.seccomp.json -------------------------------------------------------------------------------- /sample.results/jenkins.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/jenkins.seccomp.json -------------------------------------------------------------------------------- /sample.results/jetty.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/jetty.seccomp.json -------------------------------------------------------------------------------- /sample.results/jruby.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/jruby.seccomp.json -------------------------------------------------------------------------------- /sample.results/julia.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/julia.seccomp.json -------------------------------------------------------------------------------- /sample.results/kaazing-gateway.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/kaazing-gateway.seccomp.json -------------------------------------------------------------------------------- /sample.results/kapacitor.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/kapacitor.seccomp.json -------------------------------------------------------------------------------- /sample.results/kibana.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/kibana.seccomp.json -------------------------------------------------------------------------------- /sample.results/lightstreamer.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/lightstreamer.seccomp.json -------------------------------------------------------------------------------- /sample.results/logstash.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/logstash.seccomp.json -------------------------------------------------------------------------------- /sample.results/mageia.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mageia.seccomp.json -------------------------------------------------------------------------------- /sample.results/mariadb.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mariadb.seccomp.json -------------------------------------------------------------------------------- /sample.results/matomo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/matomo.seccomp.json -------------------------------------------------------------------------------- /sample.results/mediawiki.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mediawiki.seccomp.json -------------------------------------------------------------------------------- /sample.results/memcached.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/memcached.seccomp.json -------------------------------------------------------------------------------- /sample.results/metricbeat.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/metricbeat.seccomp.json -------------------------------------------------------------------------------- /sample.results/mongo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mongo.seccomp.json -------------------------------------------------------------------------------- /sample.results/mono.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mono.seccomp.json -------------------------------------------------------------------------------- /sample.results/mysql-enterprise-server.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mysql-enterprise-server.seccomp.json -------------------------------------------------------------------------------- /sample.results/mysql.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/mysql.seccomp.json -------------------------------------------------------------------------------- /sample.results/nats-streaming.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/nats-streaming.seccomp.json -------------------------------------------------------------------------------- /sample.results/nats.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/nats.seccomp.json -------------------------------------------------------------------------------- /sample.results/neo4j.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/neo4j.seccomp.json -------------------------------------------------------------------------------- /sample.results/neurodebian.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/neurodebian.seccomp.json -------------------------------------------------------------------------------- /sample.results/nextcloud.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/nextcloud.seccomp.json -------------------------------------------------------------------------------- /sample.results/nginx.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/nginx.seccomp.json -------------------------------------------------------------------------------- /sample.results/node.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/node.seccomp.json -------------------------------------------------------------------------------- /sample.results/nuxeo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/nuxeo.seccomp.json -------------------------------------------------------------------------------- /sample.results/odoo.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/odoo.seccomp.json -------------------------------------------------------------------------------- /sample.results/open-liberty.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/open-liberty.seccomp.json -------------------------------------------------------------------------------- /sample.results/openjdk.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/openjdk.seccomp.json -------------------------------------------------------------------------------- /sample.results/opensuse.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/opensuse.seccomp.json -------------------------------------------------------------------------------- /sample.results/oracle-database-enterprise-edition.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/oracle-database-enterprise-edition.seccomp.json -------------------------------------------------------------------------------- /sample.results/oracle-instant-client.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/oracle-instant-client.seccomp.json -------------------------------------------------------------------------------- /sample.results/oracle-serverjre-8.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/oracle-serverjre-8.seccomp.json -------------------------------------------------------------------------------- /sample.results/oraclelinux.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/oraclelinux.seccomp.json -------------------------------------------------------------------------------- /sample.results/orientdb.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/orientdb.seccomp.json -------------------------------------------------------------------------------- /sample.results/owncloud.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/owncloud.seccomp.json -------------------------------------------------------------------------------- /sample.results/percona.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/percona.seccomp.json -------------------------------------------------------------------------------- /sample.results/perl.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/perl.seccomp.json -------------------------------------------------------------------------------- /sample.results/photon.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/photon.seccomp.json -------------------------------------------------------------------------------- /sample.results/php-zendserver.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/php-zendserver.seccomp.json -------------------------------------------------------------------------------- /sample.results/php.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/php.seccomp.json -------------------------------------------------------------------------------- /sample.results/piwik.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/piwik.seccomp.json -------------------------------------------------------------------------------- /sample.results/plone.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/plone.seccomp.json -------------------------------------------------------------------------------- /sample.results/postfixadmin.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/postfixadmin.seccomp.json -------------------------------------------------------------------------------- /sample.results/postgres.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/postgres.seccomp.json -------------------------------------------------------------------------------- /sample.results/profile.report.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/profile.report.csv -------------------------------------------------------------------------------- /sample.results/profile.report.details.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/profile.report.details.csv -------------------------------------------------------------------------------- /sample.results/pypy.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/pypy.seccomp.json -------------------------------------------------------------------------------- /sample.results/python.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/python.seccomp.json -------------------------------------------------------------------------------- /sample.results/r-base.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/r-base.seccomp.json -------------------------------------------------------------------------------- /sample.results/rabbitmq.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/rabbitmq.seccomp.json -------------------------------------------------------------------------------- /sample.results/rails.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/rails.seccomp.json -------------------------------------------------------------------------------- /sample.results/rakudo-star.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/rakudo-star.seccomp.json -------------------------------------------------------------------------------- /sample.results/redis.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/redis.seccomp.json -------------------------------------------------------------------------------- /sample.results/redmine.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/redmine.seccomp.json -------------------------------------------------------------------------------- /sample.results/registry.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/registry.seccomp.json -------------------------------------------------------------------------------- /sample.results/rethinkdb.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/rethinkdb.seccomp.json -------------------------------------------------------------------------------- /sample.results/ros.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ros.seccomp.json -------------------------------------------------------------------------------- /sample.results/ruby.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ruby.seccomp.json -------------------------------------------------------------------------------- /sample.results/rust.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/rust.seccomp.json -------------------------------------------------------------------------------- /sample.results/sematext-agent-monitoring-and-logging.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/sematext-agent-monitoring-and-logging.seccomp.json -------------------------------------------------------------------------------- /sample.results/sitescope.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/sitescope.seccomp.json -------------------------------------------------------------------------------- /sample.results/skaffolder-enterprise.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/skaffolder-enterprise.seccomp.json -------------------------------------------------------------------------------- /sample.results/skopos.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/skopos.seccomp.json -------------------------------------------------------------------------------- /sample.results/sl.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/sl.seccomp.json -------------------------------------------------------------------------------- /sample.results/softwareag-apigateway.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/softwareag-apigateway.seccomp.json -------------------------------------------------------------------------------- /sample.results/softwareag-commandcentral.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/softwareag-commandcentral.seccomp.json -------------------------------------------------------------------------------- /sample.results/softwareag-webmethods-microservicesruntime.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/softwareag-webmethods-microservicesruntime.seccomp.json -------------------------------------------------------------------------------- /sample.results/solr.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/solr.seccomp.json -------------------------------------------------------------------------------- /sample.results/sonarqube.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/sonarqube.seccomp.json -------------------------------------------------------------------------------- /sample.results/sourcemage.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/sourcemage.seccomp.json -------------------------------------------------------------------------------- /sample.results/swift.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/swift.seccomp.json -------------------------------------------------------------------------------- /sample.results/swipl.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/swipl.seccomp.json -------------------------------------------------------------------------------- /sample.results/syscall.categorized.csv: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /sample.results/telegraf.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/telegraf.seccomp.json -------------------------------------------------------------------------------- /sample.results/tomcat.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/tomcat.seccomp.json -------------------------------------------------------------------------------- /sample.results/tomee.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/tomee.seccomp.json -------------------------------------------------------------------------------- /sample.results/traefik.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/traefik.seccomp.json -------------------------------------------------------------------------------- /sample.results/ubuntu-debootstrap.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ubuntu-debootstrap.seccomp.json -------------------------------------------------------------------------------- /sample.results/ubuntu-upstart.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ubuntu-upstart.seccomp.json -------------------------------------------------------------------------------- /sample.results/ubuntu.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/ubuntu.seccomp.json -------------------------------------------------------------------------------- /sample.results/vault.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/vault.seccomp.json -------------------------------------------------------------------------------- /sample.results/websphere-liberty.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/websphere-liberty.seccomp.json -------------------------------------------------------------------------------- /sample.results/wordpress.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/wordpress.seccomp.json -------------------------------------------------------------------------------- /sample.results/xwiki.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/xwiki.seccomp.json -------------------------------------------------------------------------------- /sample.results/yourls.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/yourls.seccomp.json -------------------------------------------------------------------------------- /sample.results/zookeeper.seccomp.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sample.results/zookeeper.seccomp.json -------------------------------------------------------------------------------- /seccomp.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/seccomp.py -------------------------------------------------------------------------------- /sourceAnalysisInterface.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/sourceAnalysisInterface.py -------------------------------------------------------------------------------- /website/about.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/about.html -------------------------------------------------------------------------------- /website/exercise4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/exercise4.html -------------------------------------------------------------------------------- /website/images/about.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/about.png -------------------------------------------------------------------------------- /website/images/installation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/installation.png -------------------------------------------------------------------------------- /website/images/overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/overview.png -------------------------------------------------------------------------------- /website/images/step-by-step.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/step-by-step.png -------------------------------------------------------------------------------- /website/images/step-by-step.test.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/step-by-step.test.png -------------------------------------------------------------------------------- /website/images/step-by-step2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/step-by-step2.png -------------------------------------------------------------------------------- /website/images/userguide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/userguide.png -------------------------------------------------------------------------------- /website/images/userguide2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/images/userguide2.png -------------------------------------------------------------------------------- /website/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/index.html -------------------------------------------------------------------------------- /website/installationguide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/installationguide.html -------------------------------------------------------------------------------- /website/mystyle.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/mystyle.css -------------------------------------------------------------------------------- /website/stepbystep.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/stepbystep.html -------------------------------------------------------------------------------- /website/stepbystep21.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/stepbystep21.html -------------------------------------------------------------------------------- /website/userguide.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shamedgh/confine/HEAD/website/userguide.html --------------------------------------------------------------------------------