We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed6b491 + b2750c4 commit a293513Copy full SHA for a293513
src/cmd/manage_nsfs.js
@@ -51,9 +51,6 @@ let config_fs;
51
async function main(argv = minimist(process.argv.slice(2))) {
52
try {
53
config.EVENT_LOGGING_ENABLED = true;
54
- if (process.getuid() !== 0 || process.getgid() !== 0) {
55
- throw new Error('Root permissions required for Manage NSFS execution.');
56
- }
57
const type = argv._[0] || '';
58
const action = argv._[1] || '';
59
if (argv.help || argv.h) {
0 commit comments