Skip to content

Commit fece67b

Browse files
authored
fix(security): remove insecure policy and optimize repo hygiene
1 parent 7bc1632 commit fece67b

3 files changed

Lines changed: 14 additions & 23 deletions

File tree

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,13 @@ agents/**/latest-context.json.gz
8181
**/*.pyc
8282
**/.DS_Store
8383
**/Thumbs.db
84+
85+
# MiOS Runtime/Build Artifacts
86+
logs/
87+
*.log
88+
/artifacts/*.gz
89+
/artifacts/*.iso
90+
/artifacts/*.qcow2
91+
/artifacts/*.vhdx
92+
/artifacts/*.xz
93+
/artifacts/*.raw

etc/containers/policy.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

usr/lib/sysusers.d/50-mios-ai.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# MiOS AI Service User
2+
u mios-ai - "MiOS AI Service User" /var/lib/mios/ai /sbin/nologin
3+
m mios-ai video
4+
m mios-ai render

0 commit comments

Comments
 (0)