Revert "Add option to enable global namespace (#497)"
This reverts commit f81caf75a9.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
#include "linux/fs.h"
|
||||
#include "linux/module.h"
|
||||
#include "linux/moduleparam.h"
|
||||
#include "linux/workqueue.h"
|
||||
|
||||
#include "allowlist.h"
|
||||
@@ -10,9 +9,6 @@
|
||||
#include "ksu.h"
|
||||
#include "uid_observer.h"
|
||||
|
||||
int global_namespace_enable;
|
||||
module_param(global_namespace_enable, int, S_IRUSR | S_IWUSR);
|
||||
|
||||
static struct workqueue_struct *ksu_workqueue;
|
||||
|
||||
bool ksu_queue_work(struct work_struct *work)
|
||||
|
||||
Reference in New Issue
Block a user