File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ 4.17
2
+ ====
3
+
4
+ Features
5
+ --------
6
+
7
+ - Add root_execution_policy used to define behaviour of pyapp when executed as
8
+ root or Administrator. The default behaviour is to deny execution. This can
9
+ be overridden by specifying an alternate policy or by using the environment
10
+ variable PYAPP_ROOT_EXECUTION_POLICY.
11
+
12
+
13
+ Backward Compatibility
14
+ ----------------------
15
+
16
+ - The addition of the root_execution_policy will by default deny execution of
17
+ applications as root/Administrator. This policy needs to be explicitly set
18
+ to override this default behaviour when execution by root is required.
19
+
20
+ Any user with permissions to execute as Administrator is included in this
21
+ policy on Windows.
22
+
23
+
1
24
4.16.1
2
25
======
3
26
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
4
4
5
5
[tool .poetry ]
6
6
name = " pyapp"
7
- version = " 4.16.1 "
7
+ version = " 4.17 "
8
8
description = " A Python application framework - Let us handle the boring stuff!"
9
9
authors = [
" Tim Savage <[email protected] >" ]
10
10
license = " BSD-3-Clause"
You can’t perform that action at this time.
0 commit comments