forked from tastytea/overlay
www-apps/gitea: Fix fcaps permissions again.
Not sure why it got dropped. 😬
This commit is contained in:
parent
c084be4fdb
commit
457b2f772d
|
@ -29,7 +29,7 @@ RDEPEND="
|
|||
"
|
||||
|
||||
DOCS=( custom/conf/app.example.ini CONTRIBUTING.md README.md )
|
||||
FILECAPS=( cap_net_bind_service+ep usr/bin/gitea )
|
||||
FILECAPS=( -m 711 cap_net_bind_service+ep usr/bin/gitea )
|
||||
|
||||
RESTRICT="test"
|
||||
QA_PRESTRIPPED="usr/bin/gitea"
|
Loading…
Reference in New Issue
Block a user