diff --git a/docs/pages/server-access/guides/bpf-session-recording.mdx b/docs/pages/server-access/guides/bpf-session-recording.mdx index d8879c857ceb9..ea378b37e7956 100644 --- a/docs/pages/server-access/guides/bpf-session-recording.mdx +++ b/docs/pages/server-access/guides/bpf-session-recording.mdx @@ -169,6 +169,16 @@ ssh_service: root_path: /teleport ``` +
+ +If you operate multiple Teleport instances on the same system, customize the +`root_path` configuration to change the base cgroup slice path for session +recordings resources. This ensures security isolation between recordings from +different Teleport instances, allowing you to apply distinct security rules and +resource controls. + +
+ ### Start Teleport on your Node (!docs/pages/includes/start-teleport.mdx service="the Teleport SSH Service"!)