Skip to content

Commit 869f965

Browse files
cyrus-andreal-LiHua
andcommitted
Add back sqlite3 inherit
As discussed in #566. Co-Authored-By: Li Hua <lihua@email.com>
1 parent 32283c7 commit 869f965

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

_gtfobins/opencode

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,13 @@ functions:
99
suid:
1010
shell: true
1111
unprivileged:
12+
inherit:
13+
- code: |-
14+
opencode db '...'
15+
comment: |-
16+
This allows to run SQLite queries (`...`) provided that `sqlite3` is installed.
17+
contexts:
18+
sudo:
19+
unprivileged:
20+
from: sqlite3
1221
...

0 commit comments

Comments
 (0)