Print this page
smf_method(5): fix description of security_flags

Split Close
Expand all
Collapse all
          --- old/usr/src/man/man5/smf_method.5.man.txt
          +++ new/usr/src/man/man5/smf_method.5.man.txt
↓ open down ↓ 307 lines elided ↑ open up ↑
 308  308  
 309  309  
 310  310         security_flags
 311  311  
 312  312             The security flags to apply when launching the method.  See
 313  313             security-flags(5).
 314  314  
 315  315  
 316  316             The "default" keyword specifies those flags specified in
 317  317             svc:/system/process-security.  The "all" keyword enables all flags,
 318      -           the "none" keyword enables no flags.  Further flags may be added by
 319      -           specifying their name, or removed by specifying their name prefixed
 320      -           by '-' or '!'.
      318 +           the "none" keyword enables no flags.  The "current" keyword
      319 +           specifies the current flags.  Flags may be added by specifying
      320 +           their name (optionally preceded by '+'), and removed by preceding
      321 +           their name with '-').
 321  322  
 322  323  
 323  324             Use of "all" has associated risks, as future versions of the system
 324  325             may include further flags which may harm poorly implemented
 325  326             software.
 326  327  
 327  328  
 328  329         corefile_pattern
 329  330  
 330  331             An optional string that specifies the corefile pattern to use for
↓ open down ↓ 76 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX