17 lines
921 B
Diff
17 lines
921 B
Diff
From 7a069a2deb4d1ce69b02b7615523424f2ecf281f Mon Sep 17 00:00:00 2001
|
|
From: Watson Sato <wsato@redhat.com>
|
|
Date: Tue, 29 Sep 2020 15:04:39 +0200
|
|
Subject: [PATCH] Move grub2_vsyscall_argument to grub2 group
|
|
|
|
This will put the rule under grub2 platform, so the rule is only
|
|
applicable on a machine system with grub2.
|
|
---
|
|
.../grub2_vsyscall_argument/rule.yml | 0
|
|
1 file changed, 0 insertions(+), 0 deletions(-)
|
|
rename linux_os/guide/system/{permissions/restrictions => bootloader-grub2}/grub2_vsyscall_argument/rule.yml (100%)
|
|
|
|
diff --git a/linux_os/guide/system/permissions/restrictions/grub2_vsyscall_argument/rule.yml b/linux_os/guide/system/bootloader-grub2/grub2_vsyscall_argument/rule.yml
|
|
similarity index 100%
|
|
rename from linux_os/guide/system/permissions/restrictions/grub2_vsyscall_argument/rule.yml
|
|
rename to linux_os/guide/system/bootloader-grub2/grub2_vsyscall_argument/rule.yml
|