Skip to content

Commit

Permalink
Merge pull request #12917 from mrkanon/update_mount_option_proc_hidepid
Browse files Browse the repository at this point in the history
Update mount_option_proc_hidepid to include OL9 product
  • Loading branch information
Mab879 authored Jan 29, 2025
2 parents d7e934c + e189f2d commit 5dca2cb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
# variables = var_mount_option_proc_hidepid=invisible
hidepid=invisible
{{% else %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
# variables = var_mount_option_proc_hidepid=invisible
hidepid=invisible
{{% else %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
# variables = var_mount_option_proc_hidepid=invisible
{{% else %}}
# variables = var_mount_option_proc_hidepid=2
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
# variables = var_mount_option_proc_hidepid=invisible
hidepid=invisible
{{% else %}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
# variables = var_mount_option_proc_hidepid=invisible
{{% else %}}
# variables = var_mount_option_proc_hidepid=2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ interactive: false

options:
"0": "0"
{{% if product in ['rhel9'] %}}
{{% if product in ['rhel9','ol9'] %}}
1: noaccess
2: invisible
default: invisible
Expand Down

0 comments on commit 5dca2cb

Please sign in to comment.