File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
125
125
let root_resgid = perms:: get_resgid ( ) ;
126
126
127
127
let load_config = || {
128
- // Dropping privileges to invoking user.
128
+ // Drop privileges to the invoking user.
129
129
perms:: drop_privileges ( invoking_uid) ;
130
130
131
131
let config_file_path: PathBuf = if args. is_present ( "config" ) {
@@ -153,7 +153,7 @@ async fn main() -> Result<(), Box<dyn Error>> {
153
153
154
154
let mut hotkeys = load_config ( ) ;
155
155
156
- // Escalating back to root after reading config file.
156
+ // Escalate back to the root user after reading the config file.
157
157
perms:: raise_privileges ( root_resgid, root_resuid) ;
158
158
159
159
log:: trace!( "Attempting to find all keyboard file descriptors." ) ;
You can’t perform that action at this time.
0 commit comments