mirror of
https://github.com/YunoHost-Apps/scrutiny_ynh.git
synced 2024-09-03 20:16:24 +02:00
Fix for NVME device
Followig https://forum.yunohost.org/t/scrutiny-app-does-not-display-any-information/27807
This commit is contained in:
parent
f44e6d7aca
commit
bff417e199
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ CapabilityBoundingSet=~CAP_BLOCK_SUSPEND CAP_WAKE_ALARM
|
|||
CapabilityBoundingSet=~CAP_SYS_TTY_CONFIG
|
||||
CapabilityBoundingSet=~CAP_MAC_ADMIN CAP_MAC_OVERRIDE
|
||||
CapabilityBoundingSet=~CAP_NET_ADMIN CAP_NET_BROADCAST CAP_NET_RAW
|
||||
CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG
|
||||
#CapabilityBoundingSet=~CAP_SYS_ADMIN CAP_SYS_PTRACE CAP_SYSLOG
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
|
@ -4,7 +4,7 @@ id = "scrutiny"
|
|||
name = "Scrutiny"
|
||||
description.en = "WebUI for smartd S.M.A.R.T monitoring"
|
||||
|
||||
version = "0.7.2~ynh1"
|
||||
version = "0.7.2~ynh2"
|
||||
|
||||
maintainers = ["ewilly"]
|
||||
|
||||
|
|
Loading…
Reference in a new issue