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

v255 batch #405

Merged
merged 4 commits into from
May 27, 2024
Merged

v255 batch #405

merged 4 commits into from
May 27, 2024

Commits on May 27, 2024

  1. blockdev-util: also check newer value of GENHD_FL_NO_PART flag

    With torvalds/linux@430cc5d,
    the value of GENHD_FL_NO_PART, previously named as GENHD_FL_NO_PART_SCAN,
    is changed from 0x0200 to 0x0004. So, we need to check both flags.
    
    (cherry picked from commit f0c2668)
    yuwata authored and bluca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    2c24e12 View commit details
    Browse the repository at this point in the history
  2. blockdev-util: also check loop/partscan sysattr

    With torvalds/linux@b9684a7 (v5.19),
    we cannot check partition scanning is enabled for a loopback block device
    without checking the attribute.
    
    (cherry picked from commit bab8c85)
    yuwata authored and bluca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7523456 View commit details
    Browse the repository at this point in the history
  3. tmpfiles: don't compare errno with negative value

    Follow-up for 677430b
    
    (cherry picked from commit d8f5a31)
    YHNdnzj authored and bluca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    db28191 View commit details
    Browse the repository at this point in the history
  4. executor: check for all permission related errnos when setting up IPC…

    … namespace
    
    Denials from AppArmor are raised as EACCES, so EPERM is not enough. Do
    the same check as PrivateNetwork above.
    
    Fixes systemd/systemd#31037
    
    Related to 06384eb
    
    (cherry picked from commit cafe40e)
    bluca committed May 27, 2024
    Configuration menu
    Copy the full SHA
    7dd238a View commit details
    Browse the repository at this point in the history