Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update policy for rpc-virtstorage #2338

Merged
merged 2 commits into from
Sep 6, 2024

Commits on Sep 4, 2024

  1. Allow virtstoraged get attributes of configfs dirs

    The commit addresses the following AVC denial:
    type=AVC msg=audit(1724038118.935:800): avc:  denied  { getattr } for  pid=16121 comm="daemon-init" path="/sys/kernel/config" dev="configfs" ino=6163 scontext=system_u:system_r:virtstoraged_t:s0 tcontext=system_u:object_r:configfs_t:s0 tclass=dir permissive=1
    
    Resolves: rhbz#2305656
    zpytela committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    5d34a85 View commit details
    Browse the repository at this point in the history
  2. Update policy for rpc-virtstorage

    In particular, domain transition on udev and parted execution and
    r/w operations on fixed disk devices were allowed.
    
    Resolves: rhbz#2305564
    zpytela committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    fa05e07 View commit details
    Browse the repository at this point in the history