mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 09:48:03 -08:00
Compare commits
7 Commits
648437c688
...
0402c58a25
Author | SHA1 | Date | |
---|---|---|---|
|
0402c58a25 | ||
|
33c15ba8e8 | ||
|
5495b11360 | ||
|
7655550a49 | ||
|
36dd429680 | ||
|
52a2b04947 | ||
|
aa59b00a19 |
0
.gitmodules
vendored
0
.gitmodules
vendored
@ -1451,10 +1451,15 @@ evdev:input:b0003v046DpC309*
|
||||
KEYBOARD_KEY_c01b6=images # My Pictures (F11)
|
||||
KEYBOARD_KEY_c01b7=audio # My Music (F12)
|
||||
|
||||
# The wireless receiver b0003v046Dp4092* seems to be used by multiple models.
|
||||
# See issue #35691. Hence, the entry below cannot be enabled by default. If
|
||||
# you're using the model below, consider copying the entry to a custom hwdb
|
||||
# file to enable the setting.
|
||||
#
|
||||
# Logitech MX Keys for Mac
|
||||
evdev:input:b0003v046Dp4092*
|
||||
KEYBOARD_KEY_70035=102nd # '<' key
|
||||
KEYBOARD_KEY_70064=grave # '^' key
|
||||
#evdev:input:b0003v046Dp4092*
|
||||
# KEYBOARD_KEY_70035=102nd # '<' key
|
||||
# KEYBOARD_KEY_70064=grave # '^' key
|
||||
|
||||
###########################################################
|
||||
# Maxdata
|
||||
|
@ -24,8 +24,8 @@ if command -v authselect >/dev/null; then
|
||||
|
||||
authselect select "$PROFILE"
|
||||
|
||||
if authselect list-features "$PROFILE" | grep -q "with-homed"; then
|
||||
authselect enable-feature with-homed
|
||||
if authselect list-features "$PROFILE" | grep -q "with-systemd-homed"; then
|
||||
authselect enable-feature with-systemd-homed
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -73,10 +73,10 @@ SUBSYSTEM=="udc", TAG+="systemd", ENV{SYSTEMD_WANTS}+="usb-gadget.target"
|
||||
ACTION=="add", SUBSYSTEM=="net", KERNEL!="lo", RUN+="{{LIBEXECDIR}}/systemd-sysctl --prefix=/net/ipv4/conf/$name --prefix=/net/ipv4/neigh/$name --prefix=/net/ipv6/conf/$name --prefix=/net/ipv6/neigh/$name"
|
||||
|
||||
{% if ENABLE_BACKLIGHT %}
|
||||
# Pull in backlight save/restore for all backlight devices and
|
||||
# keyboard backlights
|
||||
# Pull in backlight save/restore for all backlight devices,
|
||||
# keyboard backlights, and handheld joystick rings
|
||||
SUBSYSTEM=="backlight", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@backlight:$name.service"
|
||||
SUBSYSTEM=="leds", KERNEL=="*kbd_backlight*", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"
|
||||
SUBSYSTEM=="leds", KERNEL=="*kbd_backlight*|*joystick_rings*", TAG+="systemd", IMPORT{builtin}="path_id", ENV{SYSTEMD_WANTS}+="systemd-backlight@leds:$name.service"
|
||||
{% endif %}
|
||||
|
||||
# Pull in rfkill save/restore for all rfkill devices
|
||||
|
@ -18,6 +18,7 @@ BusName=org.freedesktop.home1
|
||||
CapabilityBoundingSet=CAP_SYS_ADMIN CAP_CHOWN CAP_DAC_OVERRIDE CAP_FOWNER CAP_FSETID CAP_SETGID CAP_SETUID CAP_SYS_RESOURCE CAP_SETPCAP CAP_DAC_READ_SEARCH CAP_SETFCAP
|
||||
DeviceAllow=/dev/loop-control rw
|
||||
DeviceAllow=/dev/mapper/control rw
|
||||
DeviceAllow=/dev/btrfs-control rw
|
||||
DeviceAllow=block-* rw
|
||||
DeviceAllow=char-hidraw rw
|
||||
ExecStart={{LIBEXECDIR}}/systemd-homed
|
||||
|
@ -20,7 +20,7 @@ ConditionPathExists=/proc/pressure/cpu
|
||||
ConditionPathExists=/proc/pressure/io
|
||||
ConditionPathExists=/proc/pressure/memory
|
||||
Requires=systemd-oomd.socket
|
||||
After=systemd-oomd.socket
|
||||
After=systemd-oomd.socket systemd-sysusers.service
|
||||
|
||||
[Service]
|
||||
AmbientCapabilities=CAP_KILL CAP_DAC_OVERRIDE
|
||||
|
Loading…
Reference in New Issue
Block a user