/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to plugins.d/usplash.c

Tags: version-1.0.14-1
* Makefile (version): Changed to "1.0.14".
* NEWS (Version 1.0.14): New entry.
* debian/changelog (1.0.14-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
/*
3
3
 * Usplash - Read a password from usplash and output it
4
4
 * 
5
 
 * Copyright © 2008-2018, 2021 Teddy Hogeborn
6
 
 * Copyright © 2008-2018, 2021 Björn Påhlsson
7
 
 * 
8
 
 * This file is part of Mandos.
9
 
 * 
10
 
 * Mandos is free software: you can redistribute it and/or modify it
11
 
 * under the terms of the GNU General Public License as published by
12
 
 * the Free Software Foundation, either version 3 of the License, or
13
 
 * (at your option) any later version.
14
 
 * 
15
 
 * Mandos is distributed in the hope that it will be useful, but
 
5
 * Copyright © 2008,2009 Teddy Hogeborn
 
6
 * Copyright © 2008,2009 Björn Påhlsson
 
7
 * 
 
8
 * This program is free software: you can redistribute it and/or
 
9
 * modify it under the terms of the GNU General Public License as
 
10
 * published by the Free Software Foundation, either version 3 of the
 
11
 * License, or (at your option) any later version.
 
12
 * 
 
13
 * This program is distributed in the hope that it will be useful, but
16
14
 * WITHOUT ANY WARRANTY; without even the implied warranty of
17
15
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
18
16
 * General Public License for more details.
19
17
 * 
20
18
 * You should have received a copy of the GNU General Public License
21
 
 * along with Mandos.  If not, see <http://www.gnu.org/licenses/>.
 
19
 * along with this program.  If not, see
 
20
 * <http://www.gnu.org/licenses/>.
22
21
 * 
23
 
 * Contact the authors at <mandos@recompile.se>.
 
22
 * Contact the authors at <mandos@fukt.bsnet.se>.
24
23
 */
25
24
 
26
 
#define _GNU_SOURCE             /* vasprintf(),
27
 
                                   program_invocation_short_name,
28
 
                                   asprintf(), TEMP_FAILURE_RETRY() */
29
 
#include <sys/types.h>          /* sig_atomic_t, pid_t, setuid(),
30
 
                                   geteuid(), setsid() */
31
 
#include <stdarg.h>             /* va_list, va_start(), vfprintf() */
32
 
#include <stdio.h>              /* vasprintf(), fprintf(), stderr,
33
 
                                   vfprintf(), asprintf() */
34
 
#include <errno.h>              /* program_invocation_short_name,
35
 
                                   errno, ENOENT, EINTR */
36
 
#include <string.h>             /* strerror(), strlen(), memcmp() */
37
 
#include <error.h>              /* error() */
38
 
#include <stdlib.h>             /* free(), getenv(), realloc(),
39
 
                                   EXIT_FAILURE, EXIT_SUCCESS,
40
 
                                   malloc(), abort() */
 
25
#define _GNU_SOURCE             /* asprintf(), TEMP_FAILURE_RETRY() */
 
26
#include <signal.h>             /* sig_atomic_t, struct sigaction,
 
27
                                   sigemptyset(), sigaddset(), SIGINT,
 
28
                                   SIGHUP, SIGTERM, sigaction(),
 
29
                                   SIG_IGN, kill(), SIGKILL */
41
30
#include <stdbool.h>            /* bool, false, true */
42
31
#include <fcntl.h>              /* open(), O_WRONLY, O_RDONLY */
43
 
#include <stddef.h>             /* size_t, NULL */
44
 
#include <unistd.h>             /* close(), ssize_t, write(),
45
 
                                   readlink(), read(), STDOUT_FILENO,
46
 
                                   sleep(), fork(), setuid(),
47
 
                                   geteuid(), setsid(), chdir(),
48
 
                                   _exit(), dup2(), STDERR_FILENO,
49
 
                                   execv(), TEMP_FAILURE_RETRY(),
50
 
                                   pause() */
51
 
#include <dirent.h>             /* DIR, opendir(), struct dirent,
52
 
                                   readdir(), closedir() */
 
32
#include <iso646.h>             /* and, or, not*/
 
33
#include <errno.h>              /* errno, EINTR */
 
34
#include <sys/types.h>          /* size_t, ssize_t, pid_t, DIR, struct
 
35
                                   dirent */
 
36
#include <stddef.h>             /* NULL */
 
37
#include <string.h>             /* strlen(), memcmp() */
 
38
#include <stdio.h>              /* asprintf(), perror() */
 
39
#include <unistd.h>             /* close(), write(), readlink(),
 
40
                                   read(), STDOUT_FILENO, sleep(),
 
41
                                   fork(), setuid(), geteuid(),
 
42
                                   setsid(), chdir(), dup2(),
 
43
                                   STDERR_FILENO, execv() */
 
44
#include <stdlib.h>             /* free(), EXIT_FAILURE, realloc(),
 
45
                                   EXIT_SUCCESS, malloc(), _exit() */
 
46
#include <stdlib.h>             /* getenv() */
 
47
#include <dirent.h>             /* opendir(), readdir(), closedir() */
53
48
#include <inttypes.h>           /* intmax_t, strtoimax() */
54
 
#include <iso646.h>             /* or, not, and */
55
 
#include <sys/stat.h>           /* struct stat, lstat(), S_ISLNK() */
56
 
#include <sysexits.h>           /* EX_OSERR, EX_UNAVAILABLE */
57
 
#include <signal.h>             /* struct sigaction, sigemptyset(),
58
 
                                   sigaddset(), SIGINT, SIGHUP,
59
 
                                   SIGTERM, SIG_IGN, kill(), SIGKILL,
60
 
                                   SIG_DFL, raise() */
61
 
#include <argz.h>               /* argz_count(), argz_extract() */
 
49
#include <sys/stat.h>           /* struct stat, lstat(), S_ISLNK */
62
50
 
63
51
sig_atomic_t interrupted_by_signal = 0;
64
52
int signal_received;
65
53
const char usplash_name[] = "/sbin/usplash";
66
54
 
67
 
/* Function to use when printing errors */
68
 
__attribute__((format (gnu_printf, 3, 4)))
69
 
void error_plus(int status, int errnum, const char *formatstring,
70
 
                ...){
71
 
  va_list ap;
72
 
  char *text;
73
 
  int ret;
74
 
  
75
 
  va_start(ap, formatstring);
76
 
  ret = vasprintf(&text, formatstring, ap);
77
 
  if(ret == -1){
78
 
    fprintf(stderr, "Mandos plugin %s: ",
79
 
            program_invocation_short_name);
80
 
    vfprintf(stderr, formatstring, ap);
81
 
    fprintf(stderr, ": ");
82
 
    fprintf(stderr, "%s\n", strerror(errnum));
83
 
    error(status, errno, "vasprintf while printing error");
84
 
    return;
85
 
  }
86
 
  fprintf(stderr, "Mandos plugin ");
87
 
  error(status, errnum, "%s", text);
88
 
  free(text);
89
 
}
90
 
 
91
55
static void termination_handler(int signum){
92
56
  if(interrupted_by_signal){
93
57
    return;
124
88
      ret = asprintf(&cmd_line_alloc, "%s %s", cmd, arg);
125
89
      if(ret == -1){
126
90
        int e = errno;
127
 
        close(*fifo_fd_r);
 
91
        TEMP_FAILURE_RETRY(close(*fifo_fd_r));
128
92
        errno = e;
129
93
        return false;
130
94
      }
140
104
                 cmd_line_len - written);
141
105
    if(sret == -1){
142
106
      int e = errno;
143
 
      close(*fifo_fd_r);
 
107
      TEMP_FAILURE_RETRY(close(*fifo_fd_r));
144
108
      free(cmd_line_alloc);
145
109
      errno = e;
146
110
      return false;
188
152
  size_t cmdline_len = 0;
189
153
  DIR *proc_dir = opendir("/proc");
190
154
  if(proc_dir == NULL){
191
 
    error_plus(0, errno, "opendir");
 
155
    perror("opendir");
192
156
    return -1;
193
157
  }
194
158
  errno = 0;
216
180
      char *exe_link;
217
181
      ret = asprintf(&exe_link, "/proc/%s/exe", proc_ent->d_name);
218
182
      if(ret == -1){
219
 
        error_plus(0, errno, "asprintf");
 
183
        perror("asprintf");
220
184
        goto fail_find_usplash;
221
185
      }
222
186
      
228
192
          free(exe_link);
229
193
          continue;
230
194
        }
231
 
        error_plus(0, errno, "lstat");
 
195
        perror("lstat");
232
196
        free(exe_link);
233
197
        goto fail_find_usplash;
234
198
      }
259
223
        ret = asprintf(&cmdline_filename, "/proc/%s/cmdline",
260
224
                       proc_ent->d_name);
261
225
        if(ret == -1){
262
 
          error_plus(0, errno, "asprintf");
 
226
          perror("asprintf");
263
227
          goto fail_find_usplash;
264
228
        }
265
229
        cl_fd = open(cmdline_filename, O_RDONLY);
266
230
        free(cmdline_filename);
267
231
        if(cl_fd == -1){
268
 
          error_plus(0, errno, "open");
 
232
          perror("open");
269
233
          goto fail_find_usplash;
270
234
        }
271
235
      }
277
241
        if(cmdline_len + blocksize > cmdline_allocated){
278
242
          tmp = realloc(cmdline, cmdline_allocated + blocksize);
279
243
          if(tmp == NULL){
280
 
            error_plus(0, errno, "realloc");
 
244
            perror("realloc");
281
245
            close(cl_fd);
282
246
            goto fail_find_usplash;
283
247
          }
288
252
        sret = read(cl_fd, cmdline + cmdline_len,
289
253
                    cmdline_allocated - cmdline_len);
290
254
        if(sret == -1){
291
 
          error_plus(0, errno, "read");
 
255
          perror("read");
292
256
          close(cl_fd);
293
257
          goto fail_find_usplash;
294
258
        }
296
260
      } while(sret != 0);
297
261
      ret = close(cl_fd);
298
262
      if(ret == -1){
299
 
        error_plus(0, errno, "close");
 
263
        perror("close");
300
264
        goto fail_find_usplash;
301
265
      }
302
266
    }
303
267
    /* Close directory */
304
268
    ret = closedir(proc_dir);
305
269
    if(ret == -1){
306
 
      error_plus(0, errno, "closedir");
 
270
      perror("closedir");
307
271
      goto fail_find_usplash;
308
272
    }
309
273
    /* Success */
333
297
  size_t buf_len = 0;
334
298
  pid_t usplash_pid = -1;
335
299
  bool usplash_accessed = false;
336
 
  int status = EXIT_FAILURE;    /* Default failure exit status */
337
300
  
338
301
  char *prompt = makeprompt();
339
302
  if(prompt == NULL){
340
 
    status = EX_OSERR;
341
303
    goto failure;
342
304
  }
343
305
  
346
308
  size_t cmdline_len = 0;
347
309
  usplash_pid = find_usplash(&cmdline, &cmdline_len);
348
310
  if(usplash_pid == 0){
349
 
    status = EX_UNAVAILABLE;
350
311
    goto failure;
351
312
  }
352
313
  
358
319
    sigemptyset(&new_action.sa_mask);
359
320
    ret = sigaddset(&new_action.sa_mask, SIGINT);
360
321
    if(ret == -1){
361
 
      error_plus(0, errno, "sigaddset");
362
 
      status = EX_OSERR;
 
322
      perror("sigaddset");
363
323
      goto failure;
364
324
    }
365
325
    ret = sigaddset(&new_action.sa_mask, SIGHUP);
366
326
    if(ret == -1){
367
 
      error_plus(0, errno, "sigaddset");
368
 
      status = EX_OSERR;
 
327
      perror("sigaddset");
369
328
      goto failure;
370
329
    }
371
330
    ret = sigaddset(&new_action.sa_mask, SIGTERM);
372
331
    if(ret == -1){
373
 
      error_plus(0, errno, "sigaddset");
374
 
      status = EX_OSERR;
 
332
      perror("sigaddset");
375
333
      goto failure;
376
334
    }
377
335
    ret = sigaction(SIGINT, NULL, &old_action);
378
336
    if(ret == -1){
379
337
      if(errno != EINTR){
380
 
        error_plus(0, errno, "sigaction");
381
 
        status = EX_OSERR;
 
338
        perror("sigaction");
382
339
      }
383
340
      goto failure;
384
341
    }
386
343
      ret = sigaction(SIGINT, &new_action, NULL);
387
344
      if(ret == -1){
388
345
        if(errno != EINTR){
389
 
          error_plus(0, errno, "sigaction");
390
 
          status = EX_OSERR;
 
346
          perror("sigaction");
391
347
        }
392
348
        goto failure;
393
349
      }
395
351
    ret = sigaction(SIGHUP, NULL, &old_action);
396
352
    if(ret == -1){
397
353
      if(errno != EINTR){
398
 
        error_plus(0, errno, "sigaction");
399
 
        status = EX_OSERR;
 
354
        perror("sigaction");
400
355
      }
401
356
      goto failure;
402
357
    }
404
359
      ret = sigaction(SIGHUP, &new_action, NULL);
405
360
      if(ret == -1){
406
361
        if(errno != EINTR){
407
 
          error_plus(0, errno, "sigaction");
408
 
          status = EX_OSERR;
 
362
          perror("sigaction");
409
363
        }
410
364
        goto failure;
411
365
      }
413
367
    ret = sigaction(SIGTERM, NULL, &old_action);
414
368
    if(ret == -1){
415
369
      if(errno != EINTR){
416
 
        error_plus(0, errno, "sigaction");
417
 
        status = EX_OSERR;
 
370
        perror("sigaction");
418
371
      }
419
372
      goto failure;
420
373
    }
422
375
      ret = sigaction(SIGTERM, &new_action, NULL);
423
376
      if(ret == -1){
424
377
        if(errno != EINTR){
425
 
          error_plus(0, errno, "sigaction");
426
 
          status = EX_OSERR;
 
378
          perror("sigaction");
427
379
        }
428
380
        goto failure;
429
381
      }
434
386
  /* Write command to FIFO */
435
387
  if(not usplash_write(&fifo_fd, "TIMEOUT", "0")){
436
388
    if(errno != EINTR){
437
 
      error_plus(0, errno, "usplash_write");
438
 
      status = EX_OSERR;
 
389
      perror("usplash_write");
439
390
    }
440
391
    goto failure;
441
392
  }
446
397
  
447
398
  if(not usplash_write(&fifo_fd, "INPUTQUIET", prompt)){
448
399
    if(errno != EINTR){
449
 
      error_plus(0, errno, "usplash_write");
450
 
      status = EX_OSERR;
 
400
      perror("usplash_write");
451
401
    }
452
402
    goto failure;
453
403
  }
464
414
  outfifo_fd = open("/dev/.initramfs/usplash_outfifo", O_RDONLY);
465
415
  if(outfifo_fd == -1){
466
416
    if(errno != EINTR){
467
 
      error_plus(0, errno, "open");
468
 
      status = EX_OSERR;
 
417
      perror("open");
469
418
    }
470
419
    goto failure;
471
420
  }
483
432
      char *tmp = realloc(buf, buf_allocated + blocksize);
484
433
      if(tmp == NULL){
485
434
        if(errno != EINTR){
486
 
          error_plus(0, errno, "realloc");
487
 
          status = EX_OSERR;
 
435
          perror("realloc");
488
436
        }
489
437
        goto failure;
490
438
      }
495
443
                buf_allocated - buf_len);
496
444
    if(sret == -1){
497
445
      if(errno != EINTR){
498
 
        error_plus(0, errno, "read");
499
 
        status = EX_OSERR;
 
446
        perror("read");
500
447
      }
501
 
      close(outfifo_fd);
 
448
      TEMP_FAILURE_RETRY(close(outfifo_fd));
502
449
      goto failure;
503
450
    }
504
451
    if(interrupted_by_signal){
510
457
  ret = close(outfifo_fd);
511
458
  if(ret == -1){
512
459
    if(errno != EINTR){
513
 
      error_plus(0, errno, "close");
514
 
      status = EX_OSERR;
 
460
      perror("close");
515
461
    }
516
462
    goto failure;
517
463
  }
523
469
  
524
470
  if(not usplash_write(&fifo_fd, "TIMEOUT", "15")){
525
471
    if(errno != EINTR){
526
 
      error_plus(0, errno, "usplash_write");
527
 
      status = EX_OSERR;
 
472
      perror("usplash_write");
528
473
    }
529
474
    goto failure;
530
475
  }
536
481
  ret = close(fifo_fd);
537
482
  if(ret == -1){
538
483
    if(errno != EINTR){
539
 
      error_plus(0, errno, "close");
540
 
      status = EX_OSERR;
 
484
      perror("close");
541
485
    }
542
486
    goto failure;
543
487
  }
550
494
      sret = write(STDOUT_FILENO, buf + written, buf_len - written);
551
495
      if(sret == -1){
552
496
        if(errno != EINTR){
553
 
          error_plus(0, errno, "write");
554
 
          status = EX_OSERR;
 
497
          perror("write");
555
498
        }
556
499
        goto failure;
557
500
      }
580
523
  
581
524
  /* If usplash was never accessed, we can stop now */
582
525
  if(not usplash_accessed){
583
 
    return status;
 
526
    return EXIT_FAILURE;
584
527
  }
585
528
  
586
529
  /* Close FIFO */
587
530
  if(fifo_fd != -1){
588
 
    ret = close(fifo_fd);
 
531
    ret = (int)TEMP_FAILURE_RETRY(close(fifo_fd));
589
532
    if(ret == -1 and errno != EINTR){
590
 
      error_plus(0, errno, "close");
 
533
      perror("close");
591
534
    }
592
535
    fifo_fd = -1;
593
536
  }
594
537
  
595
538
  /* Close output FIFO */
596
539
  if(outfifo_fd != -1){
597
 
    ret = close(outfifo_fd);
 
540
    ret = (int)TEMP_FAILURE_RETRY(close(outfifo_fd));
598
541
    if(ret == -1){
599
 
      error_plus(0, errno, "close");
600
 
    }
601
 
  }
602
 
  
603
 
  /* Create argv for new usplash*/
604
 
  char **cmdline_argv = malloc((argz_count(cmdline, cmdline_len) + 1)
605
 
                               * sizeof(char *)); /* Count args */
606
 
  if(cmdline_argv == NULL){
607
 
    error_plus(0, errno, "malloc");
608
 
    return status;
609
 
  }
610
 
  argz_extract(cmdline, cmdline_len, cmdline_argv); /* Create argv */
611
 
  
 
542
      perror("close");
 
543
    }
 
544
  }
 
545
  
 
546
  /* Create argc and argv for new usplash*/
 
547
  int cmdline_argc = 0;
 
548
  char **cmdline_argv = malloc(sizeof(char *));
 
549
  {
 
550
    size_t position = 0;
 
551
    while(position < cmdline_len){
 
552
      char **tmp = realloc(cmdline_argv,
 
553
                           (sizeof(char *)
 
554
                            * (size_t)(cmdline_argc + 2)));
 
555
      if(tmp == NULL){
 
556
        perror("realloc");
 
557
        free(cmdline_argv);
 
558
        return EXIT_FAILURE;
 
559
      }
 
560
      cmdline_argv = tmp;
 
561
      cmdline_argv[cmdline_argc] = cmdline + position;
 
562
      cmdline_argc++;
 
563
      position += strlen(cmdline + position) + 1;
 
564
    }
 
565
    cmdline_argv[cmdline_argc] = NULL;
 
566
  }
612
567
  /* Kill old usplash */
613
568
  kill(usplash_pid, SIGTERM);
614
569
  sleep(2);
625
580
       the real user ID (_mandos) */
626
581
    ret = setuid(geteuid());
627
582
    if(ret == -1){
628
 
      error_plus(0, errno, "setuid");
 
583
      perror("setuid");
629
584
    }
630
585
    
631
586
    setsid();
632
587
    ret = chdir("/");
633
 
    if(ret == -1){
634
 
      error_plus(0, errno, "chdir");
635
 
      _exit(EX_OSERR);
636
 
    }
637
588
/*     if(fork() != 0){ */
638
589
/*       _exit(EXIT_SUCCESS); */
639
590
/*     } */
640
591
    ret = dup2(STDERR_FILENO, STDOUT_FILENO); /* replace our stdout */
641
592
    if(ret == -1){
642
 
      error_plus(0, errno, "dup2");
643
 
      _exit(EX_OSERR);
 
593
      perror("dup2");
 
594
      _exit(EXIT_FAILURE);
644
595
    }
645
596
    
646
597
    execv(usplash_name, cmdline_argv);
647
598
    if(not interrupted_by_signal){
648
 
      error_plus(0, errno, "execv");
 
599
      perror("execv");
649
600
    }
650
601
    free(cmdline);
651
602
    free(cmdline_argv);
652
 
    _exit(EX_OSERR);
 
603
    _exit(EXIT_FAILURE);
653
604
  }
654
605
  free(cmdline);
655
606
  free(cmdline_argv);
656
607
  sleep(2);
657
608
  if(not usplash_write(&fifo_fd, "PULSATE", NULL)){
658
609
    if(errno != EINTR){
659
 
      error_plus(0, errno, "usplash_write");
 
610
      perror("usplash_write");
660
611
    }
661
612
  }
662
613
  
663
614
  /* Close FIFO (again) */
664
615
  if(fifo_fd != -1){
665
 
    ret = close(fifo_fd);
 
616
    ret = (int)TEMP_FAILURE_RETRY(close(fifo_fd));
666
617
    if(ret == -1 and errno != EINTR){
667
 
      error_plus(0, errno, "close");
 
618
      perror("close");
668
619
    }
669
620
    fifo_fd = -1;
670
621
  }
675
626
    ret = (int)TEMP_FAILURE_RETRY(sigaction(signal_received,
676
627
                                            &signal_action, NULL));
677
628
    if(ret == -1){
678
 
      error_plus(0, errno, "sigaction");
 
629
      perror("sigaction");
679
630
    }
680
631
    do {
681
632
      ret = raise(signal_received);
682
633
    } while(ret != 0 and errno == EINTR);
683
634
    if(ret != 0){
684
 
      error_plus(0, errno, "raise");
 
635
      perror("raise");
685
636
      abort();
686
637
    }
687
638
    TEMP_FAILURE_RETRY(pause());
688
639
  }
689
640
  
690
 
  return status;
 
641
  return EXIT_FAILURE;
691
642
}