align apparmor capabilities

This commit is contained in:
Alexandre
2021-10-23 19:15:06 +02:00
parent 97499236c0
commit b22d539714
33 changed files with 372 additions and 428 deletions

View File

@@ -6,12 +6,7 @@
"description": "Scrutiny WebUI for smartd S.M.A.R.T monitoring",
"url": "https://github.com/AnalogJ/scrutiny",
"startup": "services",
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"ingress": true,
"ingress_port": 8099,
"panel_icon": "mdi:glasses",
@@ -22,16 +17,24 @@
"8080/tcp": "Web UI port"
},
"devices": [
"/dev/sda1", "/dev/sdb1", "/dev/sdc1", "/dev/sdd1", "/dev/sde1", "/dev/sdf1", "/dev/sdg1",
"/dev/sda2", "/dev/sdb2", "/dev/sdc2", "/dev/sdd2", "/dev/sde2", "/dev/sdf2", "/dev/sdg2"
],
"privileged": [
"SYS_ADMIN",
"SYS_RAWIO",
"DAC_READ_SEARCH"
"/dev/sda1",
"/dev/sdb1",
"/dev/sdc1",
"/dev/sdd1",
"/dev/sde1",
"/dev/sdf1",
"/dev/sdg1",
"/dev/sda2",
"/dev/sdb2",
"/dev/sdc2",
"/dev/sdd2",
"/dev/sde2",
"/dev/sdf2",
"/dev/sdg2"
],
"privileged": ["SYS_ADMIN", "SYS_RAWIO", "DAC_READ_SEARCH"],
"udev": "true",
"apparmor": "true",
"apparmor": true,
"map": [],
"boot": "auto",
"environment": {