Class: Seccomp::CLI::Application
- Inherits:
-
Thor
- Object
- Thor
- Seccomp::CLI::Application
- 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 |