V-38579: grub.conf owned by root
Implements: blueprint security-hardening Change-Id: Ibbc5cfe51484d01b304abf61bf944930eddd24c4
This commit is contained in:
parent
bfcf6c7423
commit
a7964a4414
2
doc/source/developer-notes/V-38579.rst
Normal file
2
doc/source/developer-notes/V-38579.rst
Normal file
@ -0,0 +1,2 @@
|
||||
Ubuntu 14.04 sets the ownership on ``/boot/grub/grub.cfg`` to root by default.
|
||||
The Ansible task will ensure that the secure default is maintained.
|
@ -13,6 +13,15 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
- name: V-38579 - Bootloader configuration files must be owned by root
|
||||
file:
|
||||
path: /boot/grub/grub.cfg
|
||||
owner: root
|
||||
tags:
|
||||
- boot
|
||||
- cat2
|
||||
- V-38579
|
||||
|
||||
- name: V-38581 - Bootloader configuration files must be group-owned by root
|
||||
file:
|
||||
path: /boot/grub/grub.cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user