File: uwrap_enabled.c

package info (click to toggle)
uid-wrapper 1.2.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 464 kB
  • ctags: 300
  • sloc: ansic: 4,859; makefile: 48; sh: 11
file content (8 lines) | stat: -rw-r--r-- 105 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
#include <stdbool.h>

bool uid_wrapper_enabled(void);

bool uid_wrapper_enabled(void)
{
	return false;
}