Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 1999 00:27:17 -0800 (PST)
From:      Poul-Henning Kamp <phk@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_exec.c kern_proc.c src/sys/miscfs/procfs procfs_status.c src/sys/sys proc.h
Message-ID:  <199911260827.AAA41070@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1999/11/26 00:27:17 PST

  Modified files:
    sys/kern             kern_exec.c kern_proc.c 
    sys/miscfs/procfs    procfs_status.c 
    sys/sys              proc.h 
  Log:
  Add a sysctl to control if argv is disclosed to the world:
  	kern.ps_argsopen
  It defaults to 1 which means that all users can see all argvs in ps(1).
  
  Reviewed by:	Warner
  
  Revision  Changes    Path
  1.104     +4 -1      src/sys/kern/kern_exec.c
  1.62      +2 -2      src/sys/kern/kern_proc.c
  1.19      +2 -2      src/sys/miscfs/procfs/procfs_status.c
  1.93      +2 -1      src/sys/sys/proc.h



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199911260827.AAA41070>