Update systemd-hwdb
The mediate_deleted flag necessary because of "Failed name lookup - deleted entry"
This commit is contained in:
parent
d93f9ad73b
commit
4c1639c17d
1 changed files with 2 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ abi <abi/3.0>,
|
||||||
include <tunables/global>
|
include <tunables/global>
|
||||||
|
|
||||||
@{exec_path} = @{bin}/systemd-hwdb
|
@{exec_path} = @{bin}/systemd-hwdb
|
||||||
profile systemd-hwdb @{exec_path} flags=(attach_disconnected) {
|
profile systemd-hwdb @{exec_path} flags=(attach_disconnected,mediate_deleted) {
|
||||||
include <abstractions/base>
|
include <abstractions/base>
|
||||||
include <abstractions/consoles>
|
include <abstractions/consoles>
|
||||||
|
|
||||||
|
|
@ -15,6 +15,7 @@ profile systemd-hwdb @{exec_path} flags=(attach_disconnected) {
|
||||||
|
|
||||||
@{exec_path} mr,
|
@{exec_path} mr,
|
||||||
|
|
||||||
|
@{lib}/udev/#@{int} rwl,
|
||||||
@{lib}/udev/.#hwdb.bin[0-9a-zA-Z]* wl -> @{lib}/udev/#@{int},
|
@{lib}/udev/.#hwdb.bin[0-9a-zA-Z]* wl -> @{lib}/udev/#@{int},
|
||||||
@{lib}/udev/hwdb.bin w,
|
@{lib}/udev/hwdb.bin w,
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue