Class: Seccomp::CLI::Application

Inherits:
Thor
  • Object
show all
Defined in:
lib/seccomp/cli.rb

Instance Method Summary collapse

Instance Method Details

#trace(command) ⇒ Object



9
10
11
# File 'lib/seccomp/cli.rb', line 9

def trace(command)
  system "strace -s 0 -xx -o seccomp -ff #{command}"
end