mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2024-11-21 16:46:54 -08:00
advap32-Token_Integrity_Level: Fix changes to configure.ac in patch 0014.
This commit is contained in:
parent
a14e2990e5
commit
c13d7cca17
@ -1,33 +1,29 @@
|
||||
From 64d85e9c694c674a6ade54a8778e981db24eaf86 Mon Sep 17 00:00:00 2001
|
||||
From d269fc1d62c4e26df5959b728266ae3295501db3 Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Sun, 6 Aug 2017 03:15:34 +0200
|
||||
Subject: [PATCH] programs/runas: Basic implementation for starting processes
|
||||
with a different trustlevel.
|
||||
|
||||
---
|
||||
configure.ac | 5 +-
|
||||
configure.ac | 1 +
|
||||
programs/runas/Makefile.in | 8 ++
|
||||
programs/runas/runas.c | 214 +++++++++++++++++++++++++++++++++++++++++++++
|
||||
programs/runas/runas.h | 26 ++++++
|
||||
programs/runas/runas.rc | 39 +++++++++
|
||||
5 files changed, 290 insertions(+), 2 deletions(-)
|
||||
5 files changed, 288 insertions(+)
|
||||
create mode 100644 programs/runas/Makefile.in
|
||||
create mode 100644 programs/runas/runas.c
|
||||
create mode 100644 programs/runas/runas.h
|
||||
create mode 100644 programs/runas/runas.rc
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 2996010..4051d50 100644
|
||||
index 2996010..aea102b 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -3821,8 +3821,9 @@ WINE_CONFIG_PROGRAM(regasm,,[install])
|
||||
WINE_CONFIG_PROGRAM(regedit,,[install,installbin,manpage])
|
||||
WINE_CONFIG_TEST(programs/regedit/tests)
|
||||
@@ -3823,6 +3823,7 @@ WINE_CONFIG_TEST(programs/regedit/tests)
|
||||
WINE_CONFIG_PROGRAM(regsvcs,,[install])
|
||||
-WINE_CONFIG_PROGRAM(regsvr32,,[install,installbin,manpage])
|
||||
-WINE_CONFIG_PROGRAM(rpcss,,[install])
|
||||
+WINE_CONFIG_PROGRAM(regsvr32,,[clean,install,installbin,manpage])
|
||||
+WINE_CONFIG_PROGRAM(rpcss,,[clean,install])
|
||||
WINE_CONFIG_PROGRAM(regsvr32,,[install,installbin,manpage])
|
||||
WINE_CONFIG_PROGRAM(rpcss,,[install])
|
||||
+WINE_CONFIG_PROGRAM(runas,,[install])
|
||||
WINE_CONFIG_PROGRAM(rundll.exe16,enable_win16,[install])
|
||||
WINE_CONFIG_PROGRAM(rundll32,,[install])
|
||||
@ -344,5 +340,5 @@ index 0000000..f9297a4
|
||||
+ %2!u!: %3\n"
|
||||
+}
|
||||
--
|
||||
1.9.1
|
||||
2.7.4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user