• P
    util: cgroup: Allow ignoring EACCES in virCgroup(Allow|Deny)DevicePath · cf113e8d
    Peter Krempa 提交于
    When adding disk images to ACL we may call those functions on NFS
    shares. In that case we might get an EACCES, which isn't really relevant
    since NFS would not hold a block device. This patch adds a flag that
    allows to stop reporting an error on EACCES to avoid spaming logs.
    
    Currently there's no functional change.
    cf113e8d
lxc_cgroup.c 16.5 KB