Skip to content

Commit

Permalink
profiles: streamline seccomp socket comment
Browse files Browse the repository at this point in the history
No functional changes.

Relates to #639.
  • Loading branch information
glitsj16 authored and kmk3 committed Mar 14, 2023
1 parent 7e9739e commit fe75000
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions etc/profile-a-l/chafa.profile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ nosound
notv
nou2f
novideo
# block socket syscall to simulate empty protocol option (see #639)
seccomp socket
seccomp.block-secondary
tracelog
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-a-l/gdu.profile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ nosound
notv
nou2f
novideo
# block the socket syscall to simulate an be empty protocol line, see #639
# block socket syscall to simulate empty protocol option (see #639)
seccomp socket
seccomp.block-secondary
x11 none
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/pngquant.profile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ nosound
notv
nou2f
novideo
# block the socket syscall to simulate an be empty protocol line, see #639
# block socket syscall to simulate empty protocol option (see #639)
seccomp socket
tracelog
x11 none
Expand Down
2 changes: 1 addition & 1 deletion etc/profile-m-z/qpdf.profile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ nosound
notv
nou2f
novideo
# block the socket syscall to simulate an be empty protocol line, see #639
# block socket syscall to simulate empty protocol option (see #639)
seccomp socket
tracelog
x11 none
Expand Down

0 comments on commit fe75000

Please sign in to comment.