Skip to content

Commit

Permalink
add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed May 1, 2023
1 parent 65d2e2c commit f06bc03
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions library/ix-dev/community/homebridge/metadata.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
runAsContext:
- userName: root
groupName: root
gid: 0
uid: 0
description: Homebridge runs as root user.
capabilities:
- name: CHOWN
description: Homebridge is able to chown files. (Only with avahi enabled)
- name: DAC_OVERRIDE
description: Homebridge is able to bypass permission checks.
- name: SETGID
description: Homebridge is able to set group ID for it's sub-processes.
- name: SETUID
description: Homebridge is able to set user ID for it's sub-processes.
hostMounts: []

0 comments on commit f06bc03

Please sign in to comment.