Skip to content

Commit

Permalink
Fix typo that caused capabilities support to be broken
Browse files Browse the repository at this point in the history
  • Loading branch information
davmac314 committed Nov 30, 2024
1 parent 712b741 commit c9870a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings.cc
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ setting_details all_settings[] = {
{"run-in-cgroup", setting_id_t::RUN_IN_CGROUP, false, true, false},
#endif

#if SUPPORT_CAPABILTIIES
#if SUPPORT_CAPABILITIES
{"capabilities", setting_id_t::CAPABILITIES, false, true, true},
{"secure-bits", setting_id_t::SECURE_BITS, false, true, true},
#endif
Expand Down

0 comments on commit c9870a7

Please sign in to comment.