Accepting request 925658 from Base:System
OBS-URL: https://build.opensuse.org/request/show/925658 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpm?expand=0&rev=54
This commit is contained in:
commit
b42f13f93a
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Oct 15 07:29:47 UTC 2021 - Johannes Segitz <jsegitz@suse.com>
|
||||||
|
|
||||||
|
- Added hardening to systemd service(s) (bsc#1181400). Modified:
|
||||||
|
* gpm.service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 10 13:17:37 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
Wed Mar 10 13:17:37 UTC 2021 - Adam Majer <adam.majer@suse.de>
|
||||||
|
|
||||||
|
11
gpm.service
11
gpm.service
@ -6,6 +6,17 @@ Description=Console Mouse manager
|
|||||||
# to add socket activation here.
|
# to add socket activation here.
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
|
# added automatically, for details please see
|
||||||
|
# https://en.opensuse.org/openSUSE:Security_Features#Systemd_hardening_effort
|
||||||
|
ProtectSystem=full
|
||||||
|
ProtectHome=true
|
||||||
|
ProtectHostname=true
|
||||||
|
ProtectKernelTunables=true
|
||||||
|
ProtectKernelModules=true
|
||||||
|
ProtectKernelLogs=true
|
||||||
|
ProtectControlGroups=true
|
||||||
|
RestrictRealtime=true
|
||||||
|
# end of automatic additions
|
||||||
EnvironmentFile=-/etc/sysconfig/mouse
|
EnvironmentFile=-/etc/sysconfig/mouse
|
||||||
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
ExecStart=/usr/sbin/gpm -m /dev/input/mice -t exps2
|
||||||
Type=forking
|
Type=forking
|
||||||
|
Loading…
Reference in New Issue
Block a user