summary refs log tree commit diff
path: root/nixos/modules/security
diff options
context:
space:
mode:
authorParnell Springmeyer <parnell@digitalmentat.com>2017-01-26 02:07:36 -0800
committerParnell Springmeyer <parnell@digitalmentat.com>2017-01-26 02:07:36 -0800
commit189a0c25796d10ee5ca9e7e61b6a79ff1656f177 (patch)
tree36d71e032ed21e86f7908ce95132bffdecec9c66 /nixos/modules/security
parentc30cf645f84232eba03d542519b5eca398a06825 (diff)
downloadnixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar.gz
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar.bz2
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar.lz
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar.xz
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.tar.zst
nixlib-189a0c25796d10ee5ca9e7e61b6a79ff1656f177.zip
Wrap with quotes as-per GCC's recommendation
Diffstat (limited to 'nixos/modules/security')
-rw-r--r--nixos/modules/security/permissions-wrappers/permissions-wrapper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/security/permissions-wrappers/permissions-wrapper.c b/nixos/modules/security/permissions-wrappers/permissions-wrapper.c
index 6e00df9cef83..cb9d8d6b37b2 100644
--- a/nixos/modules/security/permissions-wrappers/permissions-wrapper.c
+++ b/nixos/modules/security/permissions-wrappers/permissions-wrapper.c
@@ -33,7 +33,7 @@ static char * wrapperType = "setcap";
 #elif defined WRAPPER_SETUID
 static char * wrapperType = "setuid";
 #else
-#error Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro
+#error "Program must be compiled with either the WRAPPER_SETCAP or WRAPPER_SETUID macro"
 #endif
 
 // Update the capabilities of the running process to include the given