Document PS_CHROOT, and upcoming PS_NOBTCFI flags
authorderaadt <deraadt@openbsd.org>
Thu, 6 Jul 2023 10:07:09 +0000 (10:07 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 6 Jul 2023 10:07:09 +0000 (10:07 +0000)
bin/ps/ps.1

index 9ad7e8c..9ce71cb 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $OpenBSD: ps.1,v 1.129 2022/10/13 21:37:05 jmc Exp $
+.\"    $OpenBSD: ps.1,v 1.130 2023/07/06 10:07:09 deraadt Exp $
 .\"    $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
 .\"
 .\" Copyright (c) 1980, 1990, 1991, 1993, 1994
@@ -30,7 +30,7 @@
 .\"
 .\"     @(#)ps.1       8.3 (Berkeley) 4/18/94
 .\"
-.Dd $Mdocdate: October 13 2022 $
+.Dd $Mdocdate: July 6 2023 $
 .Dt PS 1
 .Os
 .Sh NAME
@@ -357,6 +357,8 @@ PS_PLEDGE         0x100000 process has called pledge(2)
 PS_WXNEEDED    0x00200000 process allowed to violate W^X
 PS_EXECPLEDGE  0x00400000 has exec pledges
 PS_ORPHAN      0x00800000 process is on an orphan list
+PS_CHROOT      0x01000000 process is chrooted
+PS_NOBTCFI     0x02000000 no Branch Target CFI
 .Ed
 .It Cm re
 Core residency time (in seconds; 127 = infinity).