I&#39;m on a fresh installation of Fedora 14 and I&#39;m encountering an error when I use the `sandbox` policy script. I&#39;m would like to know if there are any others who are getting the same issue that I am.<div><br></div>
<div>Using the sandbox policy with any command (for example):</div><div><br></div><div>    `sandbox ls`</div><div>    `sandbox`</div><div><br></div><div>Always returns the following error message:</div><div><br></div><div>
   Traceback (most recent call last):</div><div>   File &quot;/usr/bin/sandbox&quot;, line 443, in &lt;module&gt;</div><div>     rc = sandbox.main()</div><div>   File &quot;/usr/bin/sandbox&quot;, line 428, in main</div><div>
     self.__parse_options()</div><div>   File &quot;/usr/bin/sandbox&quot;, line 251, in __parse_options</div><div>     types = &quot;\t&quot; + &quot;\n\t&quot;.join(setools.seinfo(setools.ATTRIBUTE, &quot;sandbox_type&quot;)[0][&#39;types&#39;])</div>
<div>   File &quot;/usr/lib/python2.7/site-packages/setools/__init__.py&quot;, line 49, in seinfo</div><div>     dict_list = _seinfo.seinfo(setype, name)</div><div>   RuntimeError: Invalid argument</div><div><br></div><div>
Anyone else getting this or just me?</div>