Print this page
7029 want per-process exploit mitigation features (secflags)
7030 want basic address space layout randomization (aslr)
7031 noexec_user_stack should be a secflag
7032 want a means to forbid mappings around NULL.


 528                         <prop_pattern name='project' type='astring'
 529                             required='false'>
 530                                 <description>
 531                                         <loctext xml:lang='C'>
 532 The project ID in numeric or text form.  ":default" can be used as a token to indicate a project identified by getdefaultproj(3PROJECT) for the user whose uid is used to launch the method.
 533                                         </loctext>
 534                                 </description>
 535                                 <cardinality min='1' max='1'/>
 536                         </prop_pattern>
 537                         <prop_pattern name='resource_pool' type='astring'
 538                             required='false'>
 539                                 <description>
 540                                         <loctext xml:lang='C'>
 541 The resource pool name in which to launch the method.  ":default" can be used
 542 as a token to indicate the pool specified in the project(4) entry given in
 543 the project attribute.
 544                                         </loctext>
 545                                 </description>
 546                                 <cardinality min='1' max='1'/>
 547                         </prop_pattern>









 548 
 549                         <!-- method_credential properties -->
 550                         <prop_pattern name='user' type='astring'
 551                             required='false'>
 552                                 <description>
 553                                         <loctext xml:lang='C'>
 554 The user ID in numeric or text form.
 555                                         </loctext>
 556                                 </description>
 557                                 <cardinality min='1' max='1'/>
 558                         </prop_pattern>
 559                         <prop_pattern name='group' type='astring'
 560                             required='false'>
 561                                 <description>
 562                                         <loctext xml:lang='C'>
 563 The group ID in numeric or text form.
 564                                         </loctext>
 565                                 </description>
 566                                 <cardinality min='1' max='1'/>
 567                         </prop_pattern>




 528                         <prop_pattern name='project' type='astring'
 529                             required='false'>
 530                                 <description>
 531                                         <loctext xml:lang='C'>
 532 The project ID in numeric or text form.  ":default" can be used as a token to indicate a project identified by getdefaultproj(3PROJECT) for the user whose uid is used to launch the method.
 533                                         </loctext>
 534                                 </description>
 535                                 <cardinality min='1' max='1'/>
 536                         </prop_pattern>
 537                         <prop_pattern name='resource_pool' type='astring'
 538                             required='false'>
 539                                 <description>
 540                                         <loctext xml:lang='C'>
 541 The resource pool name in which to launch the method.  ":default" can be used
 542 as a token to indicate the pool specified in the project(4) entry given in
 543 the project attribute.
 544                                         </loctext>
 545                                 </description>
 546                                 <cardinality min='1' max='1'/>
 547                         </prop_pattern>
 548                         <prop_pattern name='security_flags' type='astring'
 549                             required='false'>
 550                                 <description>
 551                                         <loctext xml:lang='C'>
 552 An optional string specifying the security flags as defined in security-flags(5).
 553                                         </loctext>
 554                                 </description>
 555                                 <cardinality min='1' max='1'/>
 556                         </prop_pattern>
 557 
 558                         <!-- method_credential properties -->
 559                         <prop_pattern name='user' type='astring'
 560                             required='false'>
 561                                 <description>
 562                                         <loctext xml:lang='C'>
 563 The user ID in numeric or text form.
 564                                         </loctext>
 565                                 </description>
 566                                 <cardinality min='1' max='1'/>
 567                         </prop_pattern>
 568                         <prop_pattern name='group' type='astring'
 569                             required='false'>
 570                                 <description>
 571                                         <loctext xml:lang='C'>
 572 The group ID in numeric or text form.
 573                                         </loctext>
 574                                 </description>
 575                                 <cardinality min='1' max='1'/>
 576                         </prop_pattern>