Class: Bwrap::Config::Features
- Inherits:
-
Object
- Object
- Bwrap::Config::Features
- Defined in:
- lib/bwrap/config/features.rb
Overview
Methods to enable or disable feature sets to control various aspects of sandboxing.
Defined Under Namespace
Classes: Base, Bash, Nscd, Ruby
Instance Attribute Summary collapse
-
#mime ⇒ Object
Instance of Args::Bind::Mime.
Instance Method Summary collapse
-
#bash ⇒ Bash
Instance of feature class for Bash.
-
#nscd ⇒ Nscd
Instance of feature class for nscd.
-
#ruby ⇒ Ruby
Instance of feature class for Ruby.
Instance Attribute Details
#mime ⇒ Object
Instance of Args::Bind::Mime.
13 14 15 |
# File 'lib/bwrap/config/features.rb', line 13 def mime @mime end |
Instance Method Details
#bash ⇒ Bash
Returns Instance of feature class for Bash.
30 31 32 |
# File 'lib/bwrap/config/features.rb', line 30 def bash @bash ||= Bash.new self end |