* allow for tracked time to be removed again * correct image source for quoted reply * prevent render failure on faulty org settings post * Revert "remove API authentication methods that uses the URL query" * upgrade fails or hang at migration[31]: Migrate maven package name concatenation * make the action feed resilient to database inconsistencies * make sure to use unaltered fields when saving a shadow copy for updated profiles or comments * follow symlinks for local assets * use correct ACME default - remove get-sources.sh, use obs tooling - include apparmor in Leap 16 - update to version 12.0.0: * remove API authentication methods that uses the URL query * relax email requirements * consider WebAuthn & SSH for instance signing * add SSH signing support for instances * forgejo docs command is deprecated * remove the legacy TEST_CONFLICTING_PATCHES_WITH_GIT_APPLY setting * fail if sha is not provided to the POST /repos/{owner}/{repo}/contents API endpoint * transform fediverse handles * add user visibility description in the settings page * add model viewer for .glb (GLTF) model in file view * show size constraints of custom avatar * add links to milestones and projects in issue comments * global styling for the kbd tag OBS-URL: https://build.opensuse.org/package/show/devel:tools:scm/forgejo?expand=0&rev=78
30 lines
753 B
Plaintext
30 lines
753 B
Plaintext
include <abstractions/base>
|
|
include <abstractions/mysql>
|
|
include <abstractions/nameservice>
|
|
include <abstractions/openssl>
|
|
include <abstractions/user-tmp>
|
|
|
|
/usr/bin/forgejo rm,
|
|
|
|
/etc/machine-id r,
|
|
/sys/kernel/mm/transparent_hugepage/hpage_pmd_size r,
|
|
@{PROC}/sys/net/core/somaxconn r,
|
|
|
|
/etc/forgejo/ r,
|
|
/etc/forgejo/conf/app.ini r,
|
|
/etc/forgejo/public/ r,
|
|
/etc/forgejo/public/** r,
|
|
/etc/forgejo/{conf,https,mailer}/ r,
|
|
|
|
/usr/share/forgejo/** r,
|
|
|
|
/usr/lib{,exec}/git/git Px -> forgejo//git,
|
|
/usr/lib{,exec}/git/git-write-tree Px -> forgejo//git,
|
|
|
|
/usr/share/mime/globs2 r,
|
|
/etc/mime.types r,
|
|
|
|
include if exists <forgejo.d/forgejo.d>
|
|
include if exists <locatl/usr.bin.forgejo>
|
|
include if exists <local/forgejo>
|