We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ioctl
1 parent cc0ce6d commit afb46cbCopy full SHA for afb46cb
1 file changed
policies/js.policy
@@ -10,7 +10,7 @@ close: allow
10
{fstat[arch=x86_64], fstat64[arch=armv7]}: allow
11
{fcntl[arch=x86_64], fcntl64[arch=armv7]}: arg1 == F_GETFL || arg1 == F_SETFD || arg1 == F_GETFD
12
getcwd: allow
13
-ioctl: arg1 == FIOCLEX || arg1 == TCGETS
+ioctl: {arg1 == FIOCLEX || arg1 == TCGETS; allow, return EPERM}
14
{lstat[arch=x86_64], lstat64[arch=armv7]}: allow
15
openat: allow
16
pipe2: allow
0 commit comments