NetBSD/sbin/sysctl
elad 5888b16eef Some changes in veriexec.
New features:

  - Add a veriexec_report() routine to make most reporting consistent and
    remove some common code.
  - Add 'strict' mode that controls how veriexec behaves.
  - Add sysctl knobs:
     o kern.veriexec.verbose controls verbosity levels. Value: 0, 1.
     o kern.veriexec.strict controls strict level. Values: 0, 1, 2. See
       documentation in sysctl(3) for details.
     o kern.veriexec.algorithms returns a string with a space separated
       list of supported hashing algorithms in veriexec.
  - Updated documentation in man pages for sysctl(3) and sysctl(8).

Bug fixes:

  - veriexec_removechk(): Code cleanup + handle FINGERPRINT_NOTEVAL
    correctly.
  - exec_script(): Don't pass 0 as flag when executing a script; use the
    defined VERIEXEC_INDIRECT - which is 1. Makes indirect execution
    enforcement work.
  - Fix some printing formats and types..
2005-05-19 20:16:19 +00:00
..
Makefile PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknown 2005-04-06 21:13:03 +00:00
pathconf.c Move sysctlbyname(), sysctlnametomib(), and sysctlgetmibinfo() from 2004-03-25 19:36:26 +00:00
sysctl.8 Some changes in veriexec. 2005-05-19 20:16:19 +00:00
sysctl.c PPR/29909: Manuel Bouyer: sysctl dumps core if kern.consdev returns unknown 2005-04-06 21:13:03 +00:00