Update example
This commit is contained in:
parent
162aeea421
commit
8821a0b823
2 changed files with 2 additions and 2 deletions
|
@ -103,7 +103,7 @@ file.write "[parent] Hello from #{Process.pid}", "\n"
|
|||
print "[parent] Write OK", "\n"
|
||||
|
||||
##
|
||||
# [parent] Obtain file descriptor (with all capibilites)
|
||||
# [parent] Obtain file descriptor (with all capabilities)
|
||||
# [subprocess] Reduce capabilities to read
|
||||
# [subprocess] Read OK
|
||||
# [subprocess] Error: Capabilities insufficient @ io_write - /home/user/bsdcapsicum.txt (Errno::ENOTCAPABLE)
|
||||
|
|
|
@ -23,7 +23,7 @@ file.write "[parent] Hello from #{Process.pid}", "\n"
|
|||
print "[parent] Write OK", "\n"
|
||||
|
||||
##
|
||||
# [parent] Obtain file descriptor (with all capibilites)
|
||||
# [parent] Obtain file descriptor (with all capabilities)
|
||||
# [subprocess] Reduce capabilities to read
|
||||
# [subprocess] Read OK
|
||||
# [subprocess] Error: Capabilities insufficient @ io_write - /home/user/bsdcapsicum.txt (Errno::ENOTCAPABLE)
|
||||
|
|
Loading…
Reference in a new issue