File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 9090 <policy domain =" filter" rights =" none" pattern =" *" />
9191 <!-- Don't read/write from/to stdin/stdout. -->
9292 <policy domain =" path" rights =" none" pattern =" -" />
93+ <policy domain =" path" rights =" none" pattern =" fd:*" />
9394 <!-- don't read sensitive paths. -->
9495 <policy domain =" path" rights =" none" pattern =" /etc/*" />
9596 <!-- Indirect reads are not permitted. -->
Original file line number Diff line number Diff line change 8686 <policy domain =" filter" rights =" none" pattern =" *" />
8787 <!-- Don't read/write from/to stdin/stdout. -->
8888 <policy domain =" path" rights =" none" pattern =" -" />
89+ <policy domain =" path" rights =" none" pattern =" fd:*" />
8990 <!-- don't read sensitive paths. -->
9091 <policy domain =" path" rights =" none" pattern =" /etc/*" />
9192 <!-- Indirect reads are not permitted. -->
Original file line number Diff line number Diff line change @@ -329,6 +329,7 @@ <h2><a class="anchor" id="example"></a>Example Security Policy</h2>
329329 <policy domain="filter" rights="none" pattern="*"/>
330330 <!-- Don't read/write from/to stdin/stdout. -->
331331 <policy domain="path" rights="none" pattern="-"/>
332+ <policy domain="path" rights="none" pattern="fd:*"/>
332333 <!-- don't read sensitive paths. -->
333334 <policy domain="path" rights="none" pattern="/etc/*"/>
334335 <!-- Indirect reads are not permitted. -->
You can’t perform that action at this time.
0 commit comments