You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### What does this PR do?
It reverts #46318
### Motivation
### Describe how you validated your changes
### Additional Notes
Co-authored-by: florent.clarret <florent.clarret@datadoghq.com>
Copy file name to clipboardExpand all lines: docs/cloud-workload-security/linux_expressions.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,7 +284,7 @@ The *file.rights* attribute can now be used in addition to *file.mode*. *file.mo
284
284
|[`process.ancestors.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
285
285
|[`process.ancestors.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
286
286
|[`process.ancestors.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
287
-
|[`process.ancestors.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
287
+
|[`process.ancestors.ppid`](#common-process-ppid-doc)| Parent process ID |
288
288
|[`process.ancestors.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
289
289
|[`process.ancestors.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
290
290
|[`process.ancestors.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -489,7 +489,7 @@ The *file.rights* attribute can now be used in addition to *file.mode*. *file.mo
489
489
|[`process.parent.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
490
490
|[`process.parent.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
491
491
|[`process.parent.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
492
-
|[`process.parent.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
492
+
|[`process.parent.ppid`](#common-process-ppid-doc)| Parent process ID |
493
493
|[`process.parent.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
494
494
|[`process.parent.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
495
495
|[`process.parent.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -508,7 +508,7 @@ The *file.rights* attribute can now be used in addition to *file.mode*. *file.mo
508
508
|[`process.parent.user_session.ssh_public_key`](#common-sshsessioncontext-ssh_public_key-doc)| SSH public key used for authentication (if applicable) |
509
509
|[`process.parent.user_session.ssh_session_id`](#common-sshsessioncontext-ssh_session_id-doc)| Unique identifier of the SSH user session on the host |
510
510
|[`process.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
511
-
|[`process.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
511
+
|[`process.ppid`](#common-process-ppid-doc)| Parent process ID |
512
512
|[`process.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
513
513
|[`process.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
514
514
|[`process.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -898,7 +898,7 @@ A process was executed (does not trigger on fork syscalls).
898
898
|[`exec.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
899
899
|[`exec.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
900
900
|[`exec.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
901
-
|[`exec.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
901
+
|[`exec.ppid`](#common-process-ppid-doc)| Parent process ID |
902
902
|[`exec.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
903
903
|[`exec.syscall.path`](#exec-syscall-path-doc)| path argument of the syscall |
904
904
|[`exec.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
@@ -1020,7 +1020,7 @@ A process was terminated
1020
1020
|[`exit.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
1021
1021
|[`exit.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
1022
1022
|[`exit.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
1023
-
|[`exit.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
1023
+
|[`exit.ppid`](#common-process-ppid-doc)| Parent process ID |
1024
1024
|[`exit.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
1025
1025
|[`exit.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
1026
1026
|[`exit.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -1487,7 +1487,7 @@ A ptrace command was executed
1487
1487
|[`ptrace.tracee.ancestors.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
1488
1488
|[`ptrace.tracee.ancestors.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
1489
1489
|[`ptrace.tracee.ancestors.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
1490
-
|[`ptrace.tracee.ancestors.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
1490
+
|[`ptrace.tracee.ancestors.ppid`](#common-process-ppid-doc)| Parent process ID |
1491
1491
|[`ptrace.tracee.ancestors.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
1492
1492
|[`ptrace.tracee.ancestors.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
1493
1493
|[`ptrace.tracee.ancestors.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -1692,7 +1692,7 @@ A ptrace command was executed
1692
1692
|[`ptrace.tracee.parent.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
1693
1693
|[`ptrace.tracee.parent.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
1694
1694
|[`ptrace.tracee.parent.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
1695
-
|[`ptrace.tracee.parent.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
1695
+
|[`ptrace.tracee.parent.ppid`](#common-process-ppid-doc)| Parent process ID |
1696
1696
|[`ptrace.tracee.parent.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
1697
1697
|[`ptrace.tracee.parent.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
1698
1698
|[`ptrace.tracee.parent.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -1711,7 +1711,7 @@ A ptrace command was executed
1711
1711
|[`ptrace.tracee.parent.user_session.ssh_public_key`](#common-sshsessioncontext-ssh_public_key-doc)| SSH public key used for authentication (if applicable) |
1712
1712
|[`ptrace.tracee.parent.user_session.ssh_session_id`](#common-sshsessioncontext-ssh_session_id-doc)| Unique identifier of the SSH user session on the host |
1713
1713
|[`ptrace.tracee.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
1714
-
|[`ptrace.tracee.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
1714
+
|[`ptrace.tracee.ppid`](#common-process-ppid-doc)| Parent process ID |
1715
1715
|[`ptrace.tracee.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
1716
1716
|[`ptrace.tracee.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
1717
1717
|[`ptrace.tracee.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -1996,7 +1996,7 @@ A setrlimit command was executed
1996
1996
|[`setrlimit.target.ancestors.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
1997
1997
|[`setrlimit.target.ancestors.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
1998
1998
|[`setrlimit.target.ancestors.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
1999
-
|[`setrlimit.target.ancestors.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
1999
+
|[`setrlimit.target.ancestors.ppid`](#common-process-ppid-doc)| Parent process ID |
2000
2000
|[`setrlimit.target.ancestors.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2001
2001
|[`setrlimit.target.ancestors.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2002
2002
|[`setrlimit.target.ancestors.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -2201,7 +2201,7 @@ A setrlimit command was executed
2201
2201
|[`setrlimit.target.parent.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
2202
2202
|[`setrlimit.target.parent.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
2203
2203
|[`setrlimit.target.parent.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
2204
-
|[`setrlimit.target.parent.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
2204
+
|[`setrlimit.target.parent.ppid`](#common-process-ppid-doc)| Parent process ID |
2205
2205
|[`setrlimit.target.parent.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2206
2206
|[`setrlimit.target.parent.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2207
2207
|[`setrlimit.target.parent.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -2220,7 +2220,7 @@ A setrlimit command was executed
2220
2220
|[`setrlimit.target.parent.user_session.ssh_public_key`](#common-sshsessioncontext-ssh_public_key-doc)| SSH public key used for authentication (if applicable) |
2221
2221
|[`setrlimit.target.parent.user_session.ssh_session_id`](#common-sshsessioncontext-ssh_session_id-doc)| Unique identifier of the SSH user session on the host |
2222
2222
|[`setrlimit.target.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
2223
-
|[`setrlimit.target.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
2223
+
|[`setrlimit.target.ppid`](#common-process-ppid-doc)| Parent process ID |
2224
2224
|[`setrlimit.target.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2225
2225
|[`setrlimit.target.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2226
2226
|[`setrlimit.target.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -2410,7 +2410,7 @@ A signal was sent
2410
2410
|[`signal.target.ancestors.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
2411
2411
|[`signal.target.ancestors.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
2412
2412
|[`signal.target.ancestors.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
2413
-
|[`signal.target.ancestors.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
2413
+
|[`signal.target.ancestors.ppid`](#common-process-ppid-doc)| Parent process ID |
2414
2414
|[`signal.target.ancestors.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2415
2415
|[`signal.target.ancestors.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2416
2416
|[`signal.target.ancestors.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -2615,7 +2615,7 @@ A signal was sent
2615
2615
|[`signal.target.parent.mntns`](#common-pidcontext-mntns-doc)| MNTNS ID of the process |
2616
2616
|[`signal.target.parent.netns`](#common-pidcontext-netns-doc)| NetNS ID of the process |
2617
2617
|[`signal.target.parent.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
2618
-
|[`signal.target.parent.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
2618
+
|[`signal.target.parent.ppid`](#common-process-ppid-doc)| Parent process ID |
2619
2619
|[`signal.target.parent.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2620
2620
|[`signal.target.parent.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2621
2621
|[`signal.target.parent.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
@@ -2634,7 +2634,7 @@ A signal was sent
2634
2634
|[`signal.target.parent.user_session.ssh_public_key`](#common-sshsessioncontext-ssh_public_key-doc)| SSH public key used for authentication (if applicable) |
2635
2635
|[`signal.target.parent.user_session.ssh_session_id`](#common-sshsessioncontext-ssh_session_id-doc)| Unique identifier of the SSH user session on the host |
2636
2636
|[`signal.target.pid`](#common-pidcontext-pid-doc)| Process ID of the process (also called thread group ID) |
2637
-
|[`signal.target.ppid`](#common-pidcontext-ppid-doc)| Parent process ID |
2637
+
|[`signal.target.ppid`](#common-process-ppid-doc)| Parent process ID |
2638
2638
|[`signal.target.sid`](#common-pidcontext-sid-doc)| Session ID of the process |
2639
2639
|[`signal.target.tid`](#common-pidcontext-tid-doc)| Thread ID of the thread |
2640
2640
|[`signal.target.tty_name`](#common-process-tty_name-doc)| Name of the TTY associated with the process |
0 commit comments