Skip to content

Commit 74c0bc9

Browse files
Update PyFetch-Plugins.md
1 parent eae96b3 commit 74c0bc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

PyF-Wiki/PyFetch-Plugins.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ PyFetch Plugins are plugins that expands PyFetch to the furtherest it can go. Th
33
## Permission Roles
44
Permission Roles are roles that gives plugins certain permissions. There are 4 permission roles; read_only, standard, advanced, and admin. read_only is the strictest permission role ever while admin is the most unrestricted role ever. Before using a plugin, it is recommended to read the plugin.manifest file to see the permission role the plugin has before using it.
55
## Plugin Guard
6-
Plugin Guard (~/.config/pyfetch/pluginguard.py) is a security script 100% written in Python to make sure PyFetch Plugins doesn't run dangerous commands (Like for example, sudo rm -rf /) and if disabled, can keep PyFetch and your entire system vulnerable to viruses disguised as useful PyFetch Plugins. You can disable Plugin Guard through pyfetch.conf (~/.config/pyfetch/pyfetch.conf) but it is highly discouraged to do so.
6+
Plugin Guard (/home/username/.config/pyfetch/pluginguard.py) is a security script 100% written in Python to make sure PyFetch Plugins doesn't run dangerous commands (Like for example, sudo rm -rf /) and if disabled, can keep PyFetch and your entire system vulnerable to viruses disguised as useful PyFetch Plugins. You can disable Plugin Guard through pyfetch.conf (/home/username/.config/pyfetch/pyfetch.conf) but it is highly discouraged to do so.
77
### Sandboxing for PyFetch Plugins
8-
This feature is baked into PluginGuard but can be disabled seperately through pyfetch.conf (~/.conf/pyfetch/pyfetch.conf). This feature is used to make sure Plugins doesn't have access to network nor file access unless allowed by Permission roles.
8+
This feature is baked into PluginGuard but can be disabled seperately through pyfetch.conf (/home/username/.config/pyfetch/pyfetch.conf). This feature is used to make sure Plugins doesn't have access to network nor file access unless allowed by Permission roles.

0 commit comments

Comments
 (0)