Merge "V-38579: grub.conf owned by root"

This commit is contained in:
Jenkins
2015-10-08 17:20:53 +00:00
committed by Gerrit Code Review
2 changed files with 11 additions and 0 deletions

View 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.

View File

@@ -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