/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
Demystifying the (Shebang): Kernel Adventures
(crocidb.com)
185 points
thunderbong
| 1 comments |
10 Apr 25 18:21 UTC
|
HN request time: 0.212s
|
source
Show context
amelius
◴[
10 Apr 25 20:13 UTC
]
No.
43647628
[source]
▶
>>43646698 (OP)
#
How do I fix my kernel so that I can use the setuid bit with shebang?
replies(2):
>>43648855
#
>>43649212
#
1.
o11c
◴[
11 Apr 25 00:20 UTC
]
No.
43649212
[source]
▶
>>43647628
#
You can already do this. Just register the binfmt-misc with the `C` flag; binfmt-misc takes priority over builtin binfmts.
Make sure your interpreter is
very
carefully written!
ID:
GO
↑