Skip to content

Commit

Permalink
Update bootupd policy for the removing-state-file test
Browse files Browse the repository at this point in the history
How to reproduce:
Install a Fedora Silverblue 41 system
run sudo rm /boot/bootupd-state.json
run sudo bootupctl update

The commit addresses the following AVC denial example:
type=AVC msg=audit(1725290040.770:431): avc:  denied  { open } for  pid=4524 comm="bootupctl" path="/boot/efi/EFI/BOOT/BOOTIA32.EFI" dev="vda1" ino=142 scontext=system_u:system_r:bootupd_t:s0 tcontext=system_u:object_r:dosfs_t:s0 tclass=file permissive=1

Resolves: #2334
  • Loading branch information
zpytela committed Sep 2, 2024
1 parent 3e53e58 commit 8346b7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion policy/modules/contrib/bootupd.te
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,11 @@ domain_use_interactive_fds(bootupd_t)

files_create_boot_dirs(bootupd_t)
files_read_etc_files(bootupd_t)
files_manage_boot_files(bootupd_t)

fs_getattr_all_fs(bootupd_t)
fs_search_dos(bootupd_t)
fs_manage_dos_dirs(bootupd_t)
fs_manage_dos_files(bootupd_t)
fs_search_efivarfs_dirs(bootupd_t)

optional_policy(`
Expand Down

0 comments on commit 8346b7b

Please sign in to comment.